summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stagit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stagit.c b/stagit.c
index 630cb90..966ee55 100644
--- a/stagit.c
+++ b/stagit.c
@@ -866,6 +866,8 @@ writerefs(FILE *fp)
relpath = "../";
commitinfo_free(ci);
+ git_object_free(obj);
+ obj = NULL;
git_reference_free(dref);
dref = NULL;
}
@@ -875,6 +877,7 @@ writerefs(FILE *fp)
}
err:
+ git_object_free(obj);
git_reference_free(dref);
for (i = 0; i < refcount; i++)