summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--urmoms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/urmoms.c b/urmoms.c
index 66f3b95..41d4a56 100644
--- a/urmoms.c
+++ b/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);
}