evolution-data-server r9249 - trunk/camel



Author: sragavan
Date: Sun Aug  3 16:22:50 2008
New Revision: 9249
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9249&view=rev

Log:
2008-08-03  Srinivasa Ragavan  <sragavan novell com>

	* camel/camel-folder-summary.c: Don't free mi's in migration.


Modified:
   trunk/camel/ChangeLog
   trunk/camel/camel-folder-summary.c

Modified: trunk/camel/camel-folder-summary.c
==============================================================================
--- trunk/camel/camel-folder-summary.c	(original)
+++ trunk/camel/camel-folder-summary.c	Sun Aug  3 16:22:50 2008
@@ -1078,6 +1078,11 @@
 	CamelFIRecord *record;
 	CamelException ex;
 
+	/* Kick off the gc thread cycle. */
+	if (s->timeout_handle)
+		g_source_remove (s->timeout_handle);
+	s->timeout_handle = 0;
+
 	camel_exception_init (&ex);
 	d(g_print ("\ncamel_folder_summary_load from FLAT FILE called \n"));
 



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