Signed-off-by: Mike Hommey <mh@xxxxxxxxxxxx> --- transport.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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; } -- 1.6.1.141.gb32a -- 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