diff options
Diffstat (limited to 'calendar/gui/e-tasks.c')
-rw-r--r-- | calendar/gui/e-tasks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c index 78ce565da1..1d1c405c0d 100644 --- a/calendar/gui/e-tasks.c +++ b/calendar/gui/e-tasks.c @@ -1159,6 +1159,9 @@ e_tasks_delete_completed (ETasks *tasks) /* FIXME Better error handling */ e_cal_remove_object (client, icalcomponent_get_uid (m->data), NULL); } + + g_list_foreach (objects, (GFunc) icalcomponent_free, NULL); + g_list_free (objects); } set_status_message (tasks, NULL); |