Re: [PATCH V2 1/6] shallow: fix a memleak

2015-03-27 Thread Eric Sunshine
On Fri, Mar 27, 2015 at 6:32 PM, Stefan Beller wrote: > Signed-off-by: Stefan Beller > --- > diff --git a/shallow.c b/shallow.c > index d8bf40a..f8b0458 100644 > --- a/shallow.c > +++ b/shallow.c > @@ -416,7 +416,7 @@ static void paint_down(struct paint_info *info, const > unsigned char *sha1, >

[PATCH V2 1/6] shallow: fix a memleak

2015-03-27 Thread Stefan Beller
Signed-off-by: Stefan Beller --- shallow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shallow.c b/shallow.c index d8bf40a..f8b0458 100644 --- a/shallow.c +++ b/shallow.c @@ -416,7 +416,7 @@ static void paint_down(struct paint_info *info, const unsigned char *sha1,