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:
committed by
Junio C Hamano
parent
e5c5ca2729
commit
c3756d5b7f
@ -115,6 +115,8 @@ static int graph_read(int argc, const char **argv)
|
||||
printf(" large_edges");
|
||||
printf("\n");
|
||||
|
||||
free_commit_graph(graph);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user