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

2015-03-31 Thread Junio C Hamano
John Keeping writes: > On Mon, Mar 30, 2015 at 06:22:11PM -0700, Stefan Beller wrote: >> From: John Keeping >> >> 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 >> Signed-off-by: St

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 > > 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 > Signed-off-by: Stefan Beller > --- > > I adde

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

2015-03-30 Thread Junio C Hamano
Stefan Beller writes: > From: John Keeping > > 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 > Signed-off-by: Stefan Beller > --- > > I added Johns signoff here tentatively, John ca

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

2015-03-30 Thread Stefan Beller
From: John Keeping 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 Signed-off-by: Stefan Beller --- I added Johns signoff here tentatively, John can you confirm the sign off? streaming.c