Re: [PATCH 07/34] commit: release strbuf on error return in commit_tree_extended()

2017-08-31 Thread Stefan Beller
On Wed, Aug 30, 2017 at 10:49 AM, Rene Scharfe wrote: > Signed-off-by: Rene Scharfe > --- > commit.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/commit.c b/commit.c > index 8b28415939..51f969fcbc 100644 > --- a/commit.c > +++ b/commit.c > @@ -1514,60 +1514,63

[PATCH 07/34] commit: release strbuf on error return in commit_tree_extended()

2017-08-30 Thread Rene Scharfe
Signed-off-by: Rene Scharfe --- commit.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/commit.c b/commit.c index 8b28415939..51f969fcbc 100644 --- a/commit.c +++ b/commit.c @@ -1514,60 +1514,63 @@ N_("Warning: commit message did not conform to UTF-8.\n" int commit_tr