aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-task-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-task-table.c')
-rw-r--r--calendar/gui/e-task-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-task-table.c b/calendar/gui/e-task-table.c
index b39af94db0..ede56b7b89 100644
--- a/calendar/gui/e-task-table.c
+++ b/calendar/gui/e-task-table.c
@@ -1620,7 +1620,7 @@ hide_completed_rows (ECalModel *model,
changed = TRUE;
if (g_ptr_array_remove (comp_objects, comp_data))
- e_cal_model_free_component_data (comp_data);
+ g_object_unref (comp_data);
}
e_cal_component_free_id (id);
g_object_unref (comp);