From 9cfe3294508499246a32fabf27ccba090c4c8631 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Fri, 11 Aug 2006 08:08:10 +0000 Subject: [PATCH] Fixes a memory leak. --- calendar/ChangeLog | 6 ++++++ calendar/backends/groupwise/e-cal-backend-groupwise-utils.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 536778b..2815679 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2006-08-11 Chenthill Palanisamy + + * backends/groupwise/e-cal-backend-groupwise-utils.c: + (set_attendees_to_item): removed the g_message. + (e_cal_backend_groupwise_store_settings):unref the source_list. + 2006-08-07 Harish Krishnaswamy * backends/groupwise/e-cal-backend-groupwise.c: diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c b/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c index 65f6d63..a980825 100644 --- a/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c +++ b/calendar/backends/groupwise/e-cal-backend-groupwise-utils.c @@ -369,7 +369,6 @@ set_attendees_to_item (EGwItem *item, ECalComponent *comp, icaltimezone *default recipient->type = E_GW_ITEM_RECIPIENT_TO; recipient_list = g_slist_prepend (recipient_list, recipient); - g_message (" email is %s \n", *iter); iter++; } @@ -2022,6 +2021,7 @@ e_cal_backend_groupwise_store_settings (EGwSendOptions *opts, ECalBackendGroupwi } g_object_unref (gconf); + g_object_unref (source_list); } gboolean -- 2.7.4