diff options
Diffstat (limited to 'ls-tree.c')
-rw-r--r-- | ls-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ static int list(unsigned char *sha1) if (!buffer) die("unable to read sha1 file"); list_recursive(buffer, "tree", size, NULL); + free(buffer); return 0; } |