evolution r36890 - branches/gnome-2-24/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36890 - branches/gnome-2-24/mail
- Date: Mon, 15 Dec 2008 08:50:39 +0000 (UTC)
Author: sragavan
Date: Mon Dec 15 08:50:39 2008
New Revision: 36890
URL: http://svn.gnome.org/viewvc/evolution?rev=36890&view=rev
Log:
2008-12-15 Srinivasa Ragavan <sragavan novell com>
** Fix for bug #552583
* mail-config.c: (mail_config_get_account_by_transport_url): Free the
right url.
Modified:
branches/gnome-2-24/mail/ChangeLog
branches/gnome-2-24/mail/mail-config.c
Modified: branches/gnome-2-24/mail/mail-config.c
==============================================================================
--- branches/gnome-2-24/mail/mail-config.c (original)
+++ branches/gnome-2-24/mail/mail-config.c Mon Dec 15 08:50:39 2008
@@ -875,7 +875,7 @@
if (!mail_config_account_url_equal (url, account_url))
account = NULL; /* not a match */
- camel_url_free (url);
+ camel_url_free (account_url);
}
g_object_unref (iter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]