[PATCH 05/15] builtin/apply.c: fix a memleak

2015-03-20 Thread Stefan Beller
oldlines is allocated earlier in the function and also freed on the successful code path. Signed-off-by: Stefan Beller sbel...@google.com --- builtin/apply.c | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/apply.c b/builtin/apply.c index 65b97ee..e152c4d 100644 --- a/builtin/apply.c

Re: [PATCH 05/15] builtin/apply.c: fix a memleak

2015-03-20 Thread Junio C Hamano
Stefan Beller sbel...@google.com writes: oldlines is allocated earlier in the function and also freed on the successful code path. Signed-off-by: Stefan Beller sbel...@google.com --- builtin/apply.c | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/apply.c b/builtin/apply.c