summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stagit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stagit.c b/stagit.c
index a99e18b..d983294 100644
--- a/stagit.c
+++ b/stagit.c
@@ -177,6 +177,7 @@ commitinfo_free(struct commitinfo *ci)
git_tree_free(ci->commit_tree);
git_tree_free(ci->parent_tree);
git_commit_free(ci->commit);
+ git_commit_free(ci->parent);
}
struct commitinfo *