[evolution-data-server] Bug 610073 - Error while refreshing folder in imapx



commit 7b9fa3976cd94eb60c35d08220d33dab58ec506d
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Thu Feb 25 00:36:05 2010 +0530

    Bug 610073 -  Error while refreshing folder in imapx

 camel/camel-folder-summary.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c
index 49586e0..7878efd 100644
--- a/camel/camel-folder-summary.c
+++ b/camel/camel-folder-summary.c
@@ -784,10 +784,6 @@ remove_item (gchar *key, CamelMessageInfoBase *info, CamelFolderSummary *s)
 	CAMEL_SUMMARY_LOCK(info->summary, ref_lock);
 	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. */
-		/* 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]