[evolution-data-server/camel-gobject-do-not-rebase: 5/7] Fix an IMAP crasher.



commit 69e6f71fdd670bb38ab647dae2da09cdacf3983c
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Nov 22 13:09:39 2009 -0500

    Fix an IMAP crasher.

 camel/providers/imap/camel-imap-wrapper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imap/camel-imap-wrapper.c b/camel/providers/imap/camel-imap-wrapper.c
index 5088db2..8674390 100644
--- a/camel/providers/imap/camel-imap-wrapper.c
+++ b/camel/providers/imap/camel-imap-wrapper.c
@@ -130,7 +130,7 @@ imap_wrapper_hydrate (CamelImapWrapper *imap_wrapper, CamelStream *stream)
 	g_free (imap_wrapper->uid);
 	imap_wrapper->uid = NULL;
 	g_free (imap_wrapper->part_spec);
-	imap_wrapper->part = NULL;
+	imap_wrapper->part_spec = NULL;
 }
 
 static gssize



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