free the tree

This commit is contained in:
Hiltjo Posthuma 2015-12-17 22:56:32 +01:00
parent d073ffa0a2
commit 8ea5831438

View file

@ -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);
}