aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations
diff options
context:
space:
mode:
authorBharath Acharya <abharath@novell.com>2008-05-27 12:17:04 +0800
committerBharath Acharya <abharath@src.gnome.org>2008-05-27 12:17:04 +0800
commitc3d6e8a11a7c0b9886da474f8c964d9be15475fc (patch)
tree06fb7ae9f9cc4814f9c7fc16f3606c5f176cca74 /plugins/exchange-operations
parentb67d6b02ca832f90e3e1b98bf85f98b68009f25d (diff)
downloadgsoc2013-evolution-c3d6e8a11a7c0b9886da474f8c964d9be15475fc.tar
gsoc2013-evolution-c3d6e8a11a7c0b9886da474f8c964d9be15475fc.tar.gz
gsoc2013-evolution-c3d6e8a11a7c0b9886da474f8c964d9be15475fc.tar.bz2
gsoc2013-evolution-c3d6e8a11a7c0b9886da474f8c964d9be15475fc.tar.lz
gsoc2013-evolution-c3d6e8a11a7c0b9886da474f8c964d9be15475fc.tar.xz
gsoc2013-evolution-c3d6e8a11a7c0b9886da474f8c964d9be15475fc.tar.zst
gsoc2013-evolution-c3d6e8a11a7c0b9886da474f8c964d9be15475fc.zip
Fixes bnc #394441
2008-05-27 Bharath Acharya <abharath@novell.com> * Fixes bnc #394441 * exchange-contacts.c: (e_exchange_contacts_commit): * Fixes a double free svn path=/trunk/; revision=35553
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r--plugins/exchange-operations/ChangeLog7
-rw-r--r--plugins/exchange-operations/exchange-contacts.c1
2 files changed, 8 insertions, 0 deletions
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 <abharath@novell.com>
+
+ * Fixes bnc #394441
+
+ * exchange-contacts.c: (e_exchange_contacts_commit): Fixes a double
+ free
+
2008-05-22 Matthew Barnes <mbarnes@redhat.com>
** 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) {