evolution-data-server r9127 - trunk/camel



Author: psankar
Date: Thu Jul 17 09:50:04 2008
New Revision: 9127
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9127&view=rev

Log:
2008-07-17  Sankar P  <psankar novell com>

	* camel-folder-summary.c (remove_item):
	Make disk-summary don't crash for the time being. 
	We need to find out where the uid is getting leaked and fix that.




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	Thu Jul 17 09:50:04 2008
@@ -698,8 +698,9 @@
 	if (info->refcount == 1 && !info->dirty && !(info->flags & CAMEL_MESSAGE_FOLDER_FLAGGED)) {
 		CAMEL_SUMMARY_UNLOCK(info->summary, ref_lock);
 		/* Hackit so that hashtable isn;t corrupted. */
-		camel_pstring_free (info->uid);
-		info->uid = NULL;
+		/* FIXME: These uid strings are not yet freed. We should get this done soon. */
+		//camel_pstring_free (info->uid);
+		//info->uid = NULL;
 		/* Noone seems to need it. Why not free it then. */
 		camel_message_info_free (info);
 		return TRUE;



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