Hi, On Sun, 18 Jan 2009, Mike Hommey wrote: > diff --git a/transport.c b/transport.c > index 56831c5..6919ff1 100644 > --- a/transport.c > +++ b/transport.c > @@ -508,6 +508,8 @@ static struct ref *get_refs_via_curl(struct transport *transport) > free(ref); > } > > + http_cleanup(); > + free(refs_url); > return refs; > } You cannot http_cleanup() here, as http-push calls that function, but continues to want to use curl. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html