Re: [evolution-patches] [calendar-alarms] fixes 324889 and 324816



On Thu, 2006-01-12 at 23:25 -0700, Chakravarthi P wrote:
> +                       source_group_xml = e_source_group_to_xml
> (group);
+               group_uid = e_source_group_uid_from_xmldoc (xmldoc);
+               source_group_xml = e_source_group_to_xml (group);
The strings returned be freed. 

for (p = conf_list; p != NULL ; p = p->next) {
+                       gconf_xml = (char *) p->data;
+                       g_free (gconf_xml);
+               }
+               g_slist_free (conf_list);
The list should be freed while in the return TRUE block. Please make
the changes and commit the patch. 	


thanks, Chenthill.




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