From 356c68134a2ac3a25ccfdc9f236b37c2faa40066 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 28 Jan 2008 09:09:55 +0000 Subject: Fixes a double free. 2008-01-28 Srinivasa Ragavan * exchange-calendar.c: (e_exchange_calendar_commit): Fixes a double free. svn path=/trunk/; revision=34916 --- plugins/exchange-operations/ChangeLog | 5 +++++ plugins/exchange-operations/exchange-calendar.c | 1 + 2 files changed, 6 insertions(+) (limited to 'plugins') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index d67804b685..1e15d41b2c 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2008-01-28 Srinivasa Ragavan + + * exchange-calendar.c: (e_exchange_calendar_commit): Fixes a double + free. + 2007-12-31 Sushma Rai ** Fixes bug #327965 diff --git a/plugins/exchange-operations/exchange-calendar.c b/plugins/exchange-operations/exchange-calendar.c index dda1acac99..74c01e0d99 100644 --- a/plugins/exchange-operations/exchange-calendar.c +++ b/plugins/exchange-operations/exchange-calendar.c @@ -480,6 +480,7 @@ e_exchange_calendar_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", "1"); if (rename) { -- cgit v1.2.3