From 3a093e6f3ac520f9c3e1f8f19ff1340f40707b4c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 18 Jan 2013 12:01:46 +0000 Subject: mem leak --- src/transport/plugin_transport_http_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/transport/plugin_transport_http_common.c') diff --git a/src/transport/plugin_transport_http_common.c b/src/transport/plugin_transport_http_common.c index 5c6d19791..817338426 100644 --- a/src/transport/plugin_transport_http_common.c +++ b/src/transport/plugin_transport_http_common.c @@ -149,6 +149,7 @@ http_split_address (const char * addr) GNUNET_free (sp); return NULL; } + GNUNET_free (src); //fprintf (stderr, "addr: `%s' protocol: `%s', host `%s' port `%u' path `%s'\n", addr, sp->protocol, sp->host, sp->port, sp->path); return sp; } -- cgit v1.2.3