aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/calendar/ea-week-view-cell.c
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/calendar/ea-week-view-cell.c')
-rw-r--r--a11y/calendar/ea-week-view-cell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/a11y/calendar/ea-week-view-cell.c b/a11y/calendar/ea-week-view-cell.c
index 543b26794a..93ed4406c3 100644
--- a/a11y/calendar/ea-week-view-cell.c
+++ b/a11y/calendar/ea-week-view-cell.c
@@ -190,6 +190,8 @@ ea_week_view_cell_new (GObject *obj)
#ifdef ACC_DEBUG
static void ea_week_view_cell_finalize (GObject *object)
{
+ G_OBJECT_CLASS (parent_class)->finalize (object);
+
++n_ea_week_view_cell_destroyed;
printf ("ACC_DEBUG: n_ea_week_view_cell_destroyed = %d\n",
n_ea_week_view_cell_destroyed);