aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-cal-list-view.c')
-rw-r--r--calendar/gui/e-cal-list-view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c
index aabf98ce55..0489c087fe 100644
--- a/calendar/gui/e-cal-list-view.c
+++ b/calendar/gui/e-cal-list-view.c
@@ -313,8 +313,6 @@ e_cal_list_view_new (ECalModel *model)
E_TYPE_CAL_LIST_VIEW, "model", model, NULL);
setup_e_table (E_CAL_LIST_VIEW (cal_list_view));
- g_object_unref (model);
-
return cal_list_view;
}