File bnc-469696-evo-crash-calview.patch of Package evolution
--- trunk/calendar/gui/e-cal-model.c 2009/01/13 23:31:56 37067
+++ trunk/calendar/gui/e-cal-model.c 2009/01/14 12:42:52 37068
@@ -1518,6 +1518,15 @@
id = e_cal_component_get_id (comp);
comp_data = search_by_id_and_client (priv, client, id);
+
+ e_cal_component_free_id (id);
+ g_object_unref (comp);
+
+ if (!comp_data) {
+ /* the modified component is not in the model yet, just skip it */
+ continue;
+ }
+
if (comp_data->icalcomp)
icalcomponent_free (comp_data->icalcomp);
if (comp_data->dtstart) {