On Wed, Jun 13, 2018 at 10:02:00AM +0800, Andy Green wrote: > Free up the buffer allocated in read_sha1_file() > > Signed-off-by: Andy Green <[email protected]>
Reviewed-by: John Keeping <[email protected]> I've extracted this from the series and pushed it on my for-jason branch: https://git.zx2c4.com/cgit/log/?h=jk/for-jason > --- > 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
