Re: [PATCH 18/26] fast-export: avoid leaking memory in handle_tag()

2017-04-28 Thread Johannes Schindelin
Hi Hannes, On Thu, 27 Apr 2017, Johannes Sixt wrote: > Am 26.04.2017 um 22:21 schrieb Johannes Schindelin: > > Reported by, you guessed it, Coverity. > > > > Signed-off-by: Johannes Schindelin > > --- > > builtin/fast-export.c | 1 + > > 1 file changed, 1

Re: [PATCH 18/26] fast-export: avoid leaking memory in handle_tag()

2017-04-27 Thread Johannes Sixt
Am 26.04.2017 um 22:21 schrieb Johannes Schindelin: Reported by, you guessed it, Coverity. Signed-off-by: Johannes Schindelin --- builtin/fast-export.c | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/fast-export.c b/builtin/fast-export.c index

[PATCH 18/26] fast-export: avoid leaking memory in handle_tag()

2017-04-26 Thread Johannes Schindelin
Reported by, you guessed it, Coverity. Signed-off-by: Johannes Schindelin --- builtin/fast-export.c | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/fast-export.c b/builtin/fast-export.c index e0220630d00..828d41c0c11 100644 --- a/builtin/fast-export.c +++