summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktextchild.c')
-rw-r--r--gtk/gtktextchild.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c
index a92944e3d5..c33aa5117f 100644
--- a/gtk/gtktextchild.c
+++ b/gtk/gtktextchild.c
@@ -400,6 +400,8 @@ gtk_text_child_anchor_finalize (GObject *obj)
}
anchor->segment = NULL;
+
+ G_OBJECT_CLASS (parent_class)->finalize (obj);
}
/**