Re: [PATCH 14/26] setup_bare_git_dir(): fix memory leak

2017-04-27 Thread Johannes Schindelin
Hi Hannes, On Thu, 27 Apr 2017, Johannes Sixt wrote: > Am 26.04.2017 um 22:20 schrieb Johannes Schindelin: > > Reported by Coverity. > > > > Signed-off-by: Johannes Schindelin > > --- > > setup.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/setup.c b/setup.c >

Re: [PATCH 14/26] setup_bare_git_dir(): fix memory leak

2017-04-27 Thread Johannes Schindelin
Hi Stefan, On Wed, 26 Apr 2017, Stefan Beller wrote: > On Wed, Apr 26, 2017 at 1:20 PM, Johannes Schindelin > wrote: > > Reported by Coverity. > > > > Signed-off-by: Johannes Schindelin > > --- > > setup.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/setup.c b

Re: [PATCH 14/26] setup_bare_git_dir(): fix memory leak

2017-04-26 Thread Johannes Sixt
Am 26.04.2017 um 22:20 schrieb Johannes Schindelin: Reported by Coverity. Signed-off-by: Johannes Schindelin --- setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.c b/setup.c index 0309c278218..0320a9ad14c 100644 --- a/setup.c +++ b/setup.c @@ -748,7 +748,7 @@ s

Re: [PATCH 14/26] setup_bare_git_dir(): fix memory leak

2017-04-26 Thread Stefan Beller
On Wed, Apr 26, 2017 at 1:20 PM, Johannes Schindelin wrote: > Reported by Coverity. > > Signed-off-by: Johannes Schindelin > --- > setup.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/setup.c b/setup.c > index 0309c278218..0320a9ad14c 100644 > --- a/setup.c > +++ b/se

[PATCH 14/26] setup_bare_git_dir(): fix memory leak

2017-04-26 Thread Johannes Schindelin
Reported by Coverity. Signed-off-by: Johannes Schindelin --- setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.c b/setup.c index 0309c278218..0320a9ad14c 100644 --- a/setup.c +++ b/setup.c @@ -748,7 +748,7 @@ static const char *setup_bare_git_dir(struct strbuf *cw