evolution r35553 - trunk/plugins/exchange-operations



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]