--- 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; }