diff options
author | Bharath Acharya <abharath@novell.com> | 2009-10-05 14:40:03 +0800 |
---|---|---|
committer | Akhil Laddha <lakhil@novell.com> | 2009-10-05 14:40:03 +0800 |
commit | ee3c7ce4e660bcaa8a7687bcb3a455507bfd9cfa (patch) | |
tree | 81d0b8e3f4e19166dbb0889c211032ad2081c0dd /calendar | |
parent | 56051e3f54fd32d3fadb0d2d5eeade5c613bac9d (diff) | |
download | gsoc2013-evolution-ee3c7ce4e660bcaa8a7687bcb3a455507bfd9cfa.tar.gz gsoc2013-evolution-ee3c7ce4e660bcaa8a7687bcb3a455507bfd9cfa.tar.zst gsoc2013-evolution-ee3c7ce4e660bcaa8a7687bcb3a455507bfd9cfa.zip |
BUG#595803 Fixes a double free
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/e-week-view.c | 3 |
1 files changed, 0 insertions, 3 deletions
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. |