Re: [evolution-patches] [PATCH] Something is just wrong here ...
- From: Philip Van Hoof <spam pvanhoof be>
- To: evolution-patches gnome org
- Subject: Re: [evolution-patches] [PATCH] Something is just wrong here ...
- Date: Thu, 14 Jun 2007 15:10:26 +0300
On Thu, 2007-06-14 at 15:08 +0300, Philip Van Hoof wrote:
> See the patch, speaks for itself
Oeps, the patch was also wrong.
--
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(info);
} else {
e_msgport_reply((EMsg *)info);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]