[evolution] BUG#595803 Fixes a double free



commit ee3c7ce4e660bcaa8a7687bcb3a455507bfd9cfa
Author: Bharath Acharya <abharath novell com>
Date:   Mon Oct 5 12:10:03 2009 +0530

    BUG#595803 Fixes a double free

 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 ab63c5c..584410b 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.



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