evolution-data-server r8362 - trunk/camel/providers/local



Author: pvanhoof
Date: Mon Jan 14 14:16:09 2008
New Revision: 8362
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8362&view=rev

Log:
2008-01-14  Philip Van Hoof  <pvanhoof gnome org>

        * camel-maildir-folder.c: Memory leak fix


Modified:
   trunk/camel/providers/local/ChangeLog
   trunk/camel/providers/local/camel-maildir-folder.c

Modified: trunk/camel/providers/local/camel-maildir-folder.c
==============================================================================
--- trunk/camel/providers/local/camel-maildir-folder.c	(original)
+++ trunk/camel/providers/local/camel-maildir-folder.c	Mon Jan 14 14:16:09 2008
@@ -204,6 +204,9 @@
 	if (appended_uid)
 		*appended_uid = g_strdup(camel_message_info_uid(mi));
 
+	if (output_stream)
+		camel_object_unref (output_stream);
+
 	return;
 
  fail_write:



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