Hi, On Tue, 27 Oct 2009, Daniel Barkalow wrote: > diff --git a/transport-helper.c b/transport-helper.c > index f57e84c..479539d 100644 > --- a/transport-helper.c > +++ b/transport-helper.c > @@ -67,6 +67,13 @@ static int disconnect_helper(struct transport *transport) > return 0; > } > > +static int close_helper(struct transport *transport) > +{ > + disconnect_helper(transport); > + free(transport->data); > + return 0; > +} Why did you not leech the transport->data = NULL; part from Peff/Sverre's patch? 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