commit-graph: add free_commit_graph

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Tan
2018-07-11 15:42:40 -07:00
committed by Junio C Hamano
parent e5c5ca2729
commit c3756d5b7f
3 changed files with 18 additions and 10 deletions

View File

@ -115,6 +115,8 @@ static int graph_read(int argc, const char **argv)
printf(" large_edges");
printf("\n");
free_commit_graph(graph);
return 0;
}