[PATCH] builtin/log.c: fix minor memory leak

2014-08-07 Thread Matthieu Moy
Signed-off-by: Matthieu Moy matthieu@imag.fr --- Valgrind confirms, one less unreachable block ;-). builtin/log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/log.c b/builtin/log.c index 4389722..e4d8122 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -857,20 +857,21 @@

Re: [PATCH] builtin/log.c: fix minor memory leak

2014-08-07 Thread Jonathan Nieder
Matthieu Moy wrote: Signed-off-by: Matthieu Moy matthieu@imag.fr --- Valgrind confirms, one less unreachable block ;-). This belongs in the commit message. [...] --- a/builtin/log.c +++ b/builtin/log.c @@ -857,20 +857,21 @@ static void add_branch_description(struct strbuf *buf,

Re: [PATCH] builtin/log.c: fix minor memory leak

2014-08-07 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes: Matthieu Moy wrote: Signed-off-by: Matthieu Moy matthieu@imag.fr --- Valgrind confirms, one less unreachable block ;-). This belongs in the commit message. [...] --- a/builtin/log.c +++ b/builtin/log.c @@ -857,20 +857,21 @@ static void