src/proxy.c

changeset 9148
6b950cf6c425
parent 9129
9510867e614f
child 9227
95c28297b72c
--- a/src/proxy.c	Sun May 30 23:02:41 2004 +0000
+++ b/src/proxy.c	Mon May 31 00:07:05 2004 +0000
@@ -622,8 +622,6 @@
 	hosts = g_slist_append(hosts, GINT_TO_POINTER(req->addrlen));
 	hosts = g_slist_append(hosts, req->addr);
 	req->callback(hosts, req->data, NULL);
-	g_slist_free(hosts);
-	g_free(req->addr);
 	g_free(req);
 	return FALSE;
 }

mercurial