[evolution-patches] (groupwise) fix for bug #73674



hi,
the attached patch fixes the bug 73674

Thanks,
partha
Index: camel-groupwise-folder.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/groupwise/camel-groupwise-folder.c,v
retrieving revision 1.32.4.1
diff -u -p -r1.32.4.1 camel-groupwise-folder.c
--- camel-groupwise-folder.c	15 Mar 2005 01:35:28 -0000	1.32.4.1
+++ camel-groupwise-folder.c	30 Mar 2005 06:59:02 -0000
@@ -660,7 +664,9 @@ groupwise_refresh_info(CamelFolder *fold
 	/* store t_str into the summary */
 	if (summary->time_string)
 		g_free (summary->time_string);
+	summary->time_string = NULL;
 	summary->time_string = g_strdup (t_str);
+	time_string = summary->time_string;
 	g_free (t_str), t_str = NULL;
 
 	for ( sl = slist ; sl != NULL; sl = sl->next) {



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