evolution r35550 - branches/gnome-2-22/plugins/exchange-operations
- From: abharath svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35550 - branches/gnome-2-22/plugins/exchange-operations
- Date: Mon, 26 May 2008 11:32:27 +0000 (UTC)
Author: abharath
Date: Mon May 26 11:32:26 2008
New Revision: 35550
URL: http://svn.gnome.org/viewvc/evolution?rev=35550&view=rev
Log:
2008-05-26 Bharath Acharya <abharath novell com>
* Fixes bnc #394441
* exchange-contacts.c: (e_exchange_contacts_commit):
* Fixes a double free
Modified:
branches/gnome-2-22/plugins/exchange-operations/ChangeLog
branches/gnome-2-22/plugins/exchange-operations/exchange-contacts.c
Modified: branches/gnome-2-22/plugins/exchange-operations/exchange-contacts.c
==============================================================================
--- branches/gnome-2-22/plugins/exchange-operations/exchange-contacts.c (original)
+++ branches/gnome-2-22/plugins/exchange-operations/exchange-contacts.c Mon May 26 11:32:26 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]