Re: [PATCHv3 6/6] entry.c: fix a memleak

2015-03-31 Thread John Keeping
On Mon, Mar 30, 2015 at 06:22:11PM -0700, Stefan Beller wrote: From: John Keeping j...@keeping.me.uk stream_blob_to_fd() always frees the filter now, so there is no memory leak in entry.c:152 just before the `goto finish`. Signed-off-by: John Keeping j...@keeping.me.uk Signed-off-by:

Re: [PATCHv3 6/6] entry.c: fix a memleak

2015-03-31 Thread Junio C Hamano
John Keeping j...@keeping.me.uk writes: On Mon, Mar 30, 2015 at 06:22:11PM -0700, Stefan Beller wrote: From: John Keeping j...@keeping.me.uk stream_blob_to_fd() always frees the filter now, so there is no memory leak in entry.c:152 just before the `goto finish`. Signed-off-by: John

[PATCHv3 6/6] entry.c: fix a memleak

2015-03-30 Thread Stefan Beller
From: John Keeping j...@keeping.me.uk stream_blob_to_fd() always frees the filter now, so there is no memory leak in entry.c:152 just before the `goto finish`. Signed-off-by: John Keeping j...@keeping.me.uk Signed-off-by: Stefan Beller sbel...@google.com --- I added Johns signoff here

Re: [PATCHv3 6/6] entry.c: fix a memleak

2015-03-30 Thread Junio C Hamano
Stefan Beller sbel...@google.com writes: From: John Keeping j...@keeping.me.uk stream_blob_to_fd() always frees the filter now, so there is no memory leak in entry.c:152 just before the `goto finish`. Signed-off-by: John Keeping j...@keeping.me.uk Signed-off-by: Stefan Beller