]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-graph.c
Merge branch 'ah/commit-graph-leakplug'
[thirdparty/git.git] / commit-graph.c
index ed31843fa522ee5a49e151c41e1527ebd9c6dbc0..7a5f15b84266886508425c52b718a3a753d44381 100644 (file)
@@ -2471,6 +2471,7 @@ cleanup:
        free(ctx->graph_name);
        free(ctx->commits.list);
        oid_array_clear(&ctx->oids);
+       clear_topo_level_slab(&topo_levels);
 
        if (ctx->commit_graph_filenames_after) {
                for (i = 0; i < ctx->num_commit_graphs_after; i++) {