stagit

free the tree

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 26cacfe parent: baf8f05
1 files changed, 2 insertions(+), 0 deletions(-)
Murmoms.c+2-0
M · urmoms.c +2, -0
1@@ -52,6 +52,8 @@ commitinfo_free(struct commitinfo *ci)
2 
3 	git_diff_stats_free(ci->stats);
4 	git_diff_free(ci->diff);
5+	git_tree_free(ci->commit_tree);
6+	git_tree_free(ci->parent_tree);
7 	git_commit_free(ci->commit);
8 }
9