2007-06-14 Philip Van Hoof <pvanhoof@gnome.org>
* camel-net-utils.c: Memory leak fix
svn path=/trunk/; revision=7818
2007-06-14 Philip Van Hoof <pvanhoof@gnome.org>
+
+ * camel-net-utils.c: Memory leak fix
+
+2007-06-14 Philip Van Hoof <pvanhoof@gnome.org>
* camel-imap-folder.c: Security bugfix. The sequence can be a negative
value while it is being used as the index of an array (#447414)
info->result = getaddrinfo(info->name, info->service, info->hints, info->res);
if (info->cancelled) {
- g_free(info);
+ cs_freeinfo(info);
} else {
e_msgport_reply((EMsg *)info);
}