From c3d6e8a11a7c0b9886da474f8c964d9be15475fc Mon Sep 17 00:00:00 2001 From: Bharath Acharya Date: Tue, 27 May 2008 04:17:04 +0000 Subject: Fixes bnc #394441 2008-05-27 Bharath Acharya * Fixes bnc #394441 * exchange-contacts.c: (e_exchange_contacts_commit): * Fixes a double free svn path=/trunk/; revision=35553 --- plugins/exchange-operations/ChangeLog | 7 +++++++ plugins/exchange-operations/exchange-contacts.c | 1 + 2 files changed, 8 insertions(+) diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 7626f49727..b7115c39bd 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,10 @@ +2008-05-27 Bharath Acharya + + * Fixes bnc #394441 + + * exchange-contacts.c: (e_exchange_contacts_commit): Fixes a double + free + 2008-05-22 Matthew Barnes ** Fixes part of bug #534360 diff --git a/plugins/exchange-operations/exchange-contacts.c b/plugins/exchange-operations/exchange-contacts.c index a906bea5d1..0189ede5ec 100644 --- a/plugins/exchange-operations/exchange-contacts.c +++ b/plugins/exchange-operations/exchange-contacts.c @@ -491,6 +491,7 @@ e_exchange_contacts_commit (EPlugin *epl, EConfigTarget *target) 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) { -- cgit v1.2.3