evolution r35553 - trunk/plugins/exchange-operations
- From: abharath svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35553 - trunk/plugins/exchange-operations
- Date: Tue, 27 May 2008 04:17:04 +0000 (UTC)
Author: abharath
Date: Tue May 27 04:17:04 2008
New Revision: 35553
URL: http://svn.gnome.org/viewvc/evolution?rev=35553&view=rev
Log:
2008-05-27 Bharath Acharya <abharath novell com>
* Fixes bnc #394441
* exchange-contacts.c: (e_exchange_contacts_commit):
* Fixes a double free
Modified:
trunk/plugins/exchange-operations/ChangeLog
trunk/plugins/exchange-operations/exchange-contacts.c
Modified: trunk/plugins/exchange-operations/exchange-contacts.c
==============================================================================
--- trunk/plugins/exchange-operations/exchange-contacts.c (original)
+++ trunk/plugins/exchange-operations/exchange-contacts.c Tue May 27 04:17:04 2008
@@ -491,6 +491,7 @@
if (authtype) {
e_source_set_property (source, "auth-type", authtype);
g_free (authtype);
+ authtype=NULL;
}
e_source_set_property (source, "auth", "plain/password");
if (rename) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]