[evolution-patches] [PATCH] Something is just wrong here ...



See the patch, speaks for itself

-- 
Philip Van Hoof, software developer
home: me at pvanhoof dot be 
gnome: pvanhoof at gnome dot org 
http://www.pvanhoof.be/blog



Index: camel-net-utils.c
===================================================================
--- camel-net-utils.c	(revision 7816)
+++ camel-net-utils.c	(working copy)
@@ -637,7 +637,8 @@
 	info->result = getaddrinfo(info->name, info->service, info->hints, info->res);
 	
 	if (info->cancelled) {
-		g_free(info);
+		/* g_free(info); */
+		cs_freeinfo(msg);
 	} else {
 		e_msgport_reply((EMsg *)info);
 	}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]