Skip to content

Commit 1a898ce

Browse files
committed
Merge branch 'rs/commit-graph-ununleak'
Code clean-up. * rs/commit-graph-ununleak: commit-graph: remove unnecessary UNLEAK
2 parents 22baac8 + ff0eb72 commit 1a898ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commit-graph.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,6 @@ static int write_commit_graph_file(struct write_commit_graph_context *ctx)
20552055
}
20562056

20572057
if (safe_create_leading_directories(ctx->graph_name)) {
2058-
UNLEAK(ctx->graph_name);
20592058
error(_("unable to create leading directories of %s"),
20602059
ctx->graph_name);
20612060
return -1;

0 commit comments

Comments
 (0)