evolution r35297 - trunk/mail
- From: mbarnes svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: evolution r35297 - trunk/mail
 
- Date: Tue,  1 Apr 2008 12:37:43 +0100 (BST)
 
Author: mbarnes
Date: Tue Apr  1 12:37:42 2008
New Revision: 35297
URL: http://svn.gnome.org/viewvc/evolution?rev=35297&view=rev
Log:
2008-04-01  Matthew Barnes  <mbarnes redhat com>
	** Fixes bug #525508, spotted by Thomas M.
	* message-list.c (ml_tree_value_at):
	Fix a leaking CamelURL in the COL_LOCATION case.
Modified:
   trunk/mail/ChangeLog
   trunk/mail/message-list.c
Modified: trunk/mail/message-list.c
==============================================================================
--- trunk/mail/message-list.c	(original)
+++ trunk/mail/message-list.c	Tue Apr  1 12:37:42 2008
@@ -1476,6 +1476,7 @@
  		}
 
  		camel_exception_clear (&ex);
+		camel_url_free (curl);
  		g_free (url);
  		g_free (euri);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]