[PATCH] Something is just wrong here ...
Philip Van Hoof <[email protected]> Thu, 14 Jun 2007 15:08:41 +0300
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1181822921.6339.10.camel@schtrumpf> |
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 _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
csinfo.diff
(text/x-patch, 407 B)
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);
}