summaryrefslogtreecommitdiff
path: root/stagit.c
diff options
context:
space:
mode:
Diffstat (limited to 'stagit.c')
-rw-r--r--stagit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stagit.c b/stagit.c
index bcd5002..69abeaa 100644
--- a/stagit.c
+++ b/stagit.c
@@ -1382,6 +1382,7 @@ main(int argc, char *argv[])
xmlencode(fp, s, strlen(s));
fputs("</pre>\n", fp);
}
+ git_object_free(obj);
writefooter(fp);
fclose(fp);
}