free obj - stagit-gopher - A git gopher frontend. (mirror) HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 512a31e81ff5e697d7ca08b6504309024cd9928d DIR parent e45eac89b8c2ac5a6d896ac7fd019a1039fa885c HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed, 6 Jan 2016 19:11:11 +0100 free obj Diffstat: M stagit.c | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) --- DIR 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++)