From ee3c7ce4e660bcaa8a7687bcb3a455507bfd9cfa Mon Sep 17 00:00:00 2001 From: Bharath Acharya Date: Mon, 5 Oct 2009 12:10:03 +0530 Subject: BUG#595803 Fixes a double free --- calendar/gui/e-week-view.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index ab63c5c5f7..584410b4ce 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -2105,9 +2105,6 @@ set_text_as_bold (EWeekViewEvent *event, EWeekViewEventSpan *span) break; } } - e_cal_component_free_attendee_list (attendees); - g_free (address); - g_object_unref (comp); /* The attendee has not yet accepted the meeting, display the summary as bolded. If the attendee is not present, it might have come through a mailing list. -- cgit v1.2.3