changeset 9148:39155e87c470

[gaim-migrate @ 9932] this should fix the crashes for those without the coolest of cool DNS lookup functions committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 31 May 2004 00:07:05 +0000
parents 2e2eaa5b6249
children 108a0300135d
files src/proxy.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }