evolution r34916 - trunk/plugins/exchange-operations



Author: sragavan
Date: Mon Jan 28 09:09:55 2008
New Revision: 34916
URL: http://svn.gnome.org/viewvc/evolution?rev=34916&view=rev

Log:
2008-01-28  Srinivasa Ragavan  <sragavan novell com>

	* exchange-calendar.c: (e_exchange_calendar_commit): Fixes a double
	free.


Modified:
   trunk/plugins/exchange-operations/ChangeLog
   trunk/plugins/exchange-operations/exchange-calendar.c

Modified: trunk/plugins/exchange-operations/exchange-calendar.c
==============================================================================
--- trunk/plugins/exchange-operations/exchange-calendar.c	(original)
+++ trunk/plugins/exchange-operations/exchange-calendar.c	Mon Jan 28 09:09:55 2008
@@ -480,6 +480,7 @@
 			if (authtype) {
 				e_source_set_property (source, "auth-type", authtype);
 				g_free (authtype);
+				authtype=NULL;
 			}
 			e_source_set_property (source, "auth", "1");
 			if (rename) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]