Free up the buffer allocated in read_sha1_file()
Signed-off-by: Andy Green <[email protected]>
---
ui-tree.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui-tree.c b/ui-tree.c
index 723e16e..fe5dc75 100644
--- a/ui-tree.c
+++ b/ui-tree.c
@@ -222,6 +222,7 @@ static void print_object(const unsigned char *sha1, char
*path, const char *base
}
free(mimetype);
+ free(buf);
}
struct single_tree_ctx {
_______________________________________________
CGit mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/cgit