Signed-off-by: Andy Green <[email protected]>
---
ui-blame.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ui-blame.c b/ui-blame.c
index 17e2d60..a5c7d69 100644
--- a/ui-blame.c
+++ b/ui-blame.c
@@ -206,6 +206,9 @@ static void print_object(const unsigned char *sha1, const
char *path,
} else {
html_txt(buf);
}
+
+ free(buf);
+
html("</code></pre>");
html("</div></td>\n");
_______________________________________________
CGit mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/cgit