diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-12-22 15:27:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-12-22 15:27:13 +0000 |
commit | 629fad2ff1511cf0ebc6a09d99780a97e480742a (patch) | |
tree | e4f4adec0aece8bcc94919b7a68a5003f69e716e /modules/other | |
parent | a28c785bcdf8d4d30a5f486c0ef435ee46c09c0d (diff) | |
download | gtk+-629fad2ff1511cf0ebc6a09d99780a97e480742a.tar.gz |
Chain up the finalizer
svn path=/trunk/; revision=19221
Diffstat (limited to 'modules/other')
-rw-r--r-- | modules/other/gail/gailclist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/other/gail/gailclist.c b/modules/other/gail/gailclist.c index d56839e3ea..8639ca1e03 100644 --- a/modules/other/gail/gailclist.c +++ b/modules/other/gail/gailclist.c @@ -456,6 +456,8 @@ gail_clist_finalize (GObject *object) } g_list_free (clist->cell_data); } + + G_OBJECT_CLASS (parent_class)->finalize (object); } static gint |