Re: [PATCH 1/3] connect.c: Fix memory leak

2015-03-10 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- > connect.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/connect.c b/connect.c > index ce0e121..6090211 100644 > --- a/connect.c > +++ b/connect.c > @@ -739,6 +739,7 @@ struct child_process *git_connect(int fd[2], const char

Re: [PATCH 1/3] connect.c: Fix memory leak

2015-03-09 Thread Torsten Bögershausen
On 2015-03-09 17.58, Stefan Beller wrote: > Signed-off-by: Stefan Beller > --- > connect.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/connect.c b/connect.c > index ce0e121..6090211 100644 > --- a/connect.c > +++ b/connect.c > @@ -739,6 +739,7 @@ struct child_process *git_connect(in

[PATCH 1/3] connect.c: Fix memory leak

2015-03-09 Thread Stefan Beller
Signed-off-by: Stefan Beller --- connect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/connect.c b/connect.c index ce0e121..6090211 100644 --- a/connect.c +++ b/connect.c @@ -739,6 +739,7 @@ struct child_process *git_connect(int fd[2], const char *url, f