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