[PATCH 06/11] ui-tree: free read_sha1_file() buffer after use
John Keeping
john at keeping.me.uk
Sat Jun 16 16:24:54 CEST 2018
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 <andy at warmcat.com>
Reviewed-by: John Keeping <john at keeping.me.uk>
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 {
>
More information about the CGit
mailing list