evolution-data-server r9110 - branches/camel-db-summary/camel



Author: sragavan
Date: Thu Jul 10 14:29:23 2008
New Revision: 9110
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9110&view=rev

Log:
Fix crash.


Modified:
   branches/camel-db-summary/camel/camel-vtrash-folder.c

Modified: branches/camel-db-summary/camel/camel-vtrash-folder.c
==============================================================================
--- branches/camel-db-summary/camel/camel-vtrash-folder.c	(original)
+++ branches/camel-db-summary/camel/camel-vtrash-folder.c	Thu Jul 10 14:29:23 2008
@@ -322,7 +322,6 @@
 			camel_message_info_free (vmi);
 		}
 
-		camel_folder_free_summary (folder, infos);
                 #warning search in the DB of the folder, for the expression, with the vtrash bit (junk/trash)
 		if (uids->len > 0
 		    && (matches = camel_folder_search_by_uids(f, expression, uids, NULL))) {
@@ -341,7 +340,7 @@
 
 		node = g_list_next(node);
 	}
-
+	camel_folder_free_summary (folder, infos);
 	CAMEL_VEE_FOLDER_UNLOCK(folder, subfolder_lock);
 
 	g_ptr_array_foreach (uids, camel_pstring_free, NULL);



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