free the tree
This commit is contained in:
parent
d073ffa0a2
commit
8ea5831438
1 changed files with 2 additions and 0 deletions
2
urmoms.c
2
urmoms.c
|
@ -52,6 +52,8 @@ commitinfo_free(struct commitinfo *ci)
|
|||
|
||||
git_diff_stats_free(ci->stats);
|
||||
git_diff_free(ci->diff);
|
||||
git_tree_free(ci->commit_tree);
|
||||
git_tree_free(ci->parent_tree);
|
||||
git_commit_free(ci->commit);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue