ctucx.git: stagit

ctucx' stagit fork

commit 512a31e81ff5e697d7ca08b6504309024cd9928d
parent e45eac89b8c2ac5a6d896ac7fd019a1039fa885c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 6 Jan 2016 19:11:11 +0100

free obj
1 file changed, 3 insertions(+), 0 deletions(-)
M
stagit.c
|
3
+++
diff --git 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++)