evolution r35962 - branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35962 - branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi
- Date: Tue, 12 Aug 2008 06:35:57 +0000 (UTC)
Author: msuman
Date: Tue Aug 12 06:35:57 2008
New Revision: 35962
URL: http://svn.gnome.org/viewvc/evolution?rev=35962&view=rev
Log:
Fixed a double free during account setup.
Modified:
branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/ChangeLog
branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-mapi-account-setup.c
Modified: branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-mapi-account-setup.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-mapi-account-setup.c (original)
+++ branches/EXCHANGE_MAPI_BRANCH/plugins/exchange-mapi/exchange-mapi-account-setup.c Tue Aug 12 06:35:57 2008
@@ -293,9 +293,9 @@
E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET,
&remember, NULL);
g_free (title);
- g_free (key);
if (!password) {
+ g_free (key);
camel_url_free (url);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]