aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/task-page.c')
-rw-r--r--calendar/gui/dialogs/task-page.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c
index 2f1df79464..7f25514364 100644
--- a/calendar/gui/dialogs/task-page.c
+++ b/calendar/gui/dialogs/task-page.c
@@ -191,6 +191,9 @@ task_page_finalize (GObject *object)
CORBA_exception_free (&ev);
}
+ if (priv->main)
+ gtk_widget_unref (priv->main);
+
if (priv->xml) {
g_object_unref((priv->xml));
priv->xml = NULL;