diff --git a/eek/eek-gtk-keyboard.c b/eek/eek-gtk-keyboard.c index b6bd300c..f5fc0f81 100644 --- a/eek/eek-gtk-keyboard.c +++ b/eek/eek-gtk-keyboard.c @@ -115,6 +115,7 @@ eek_gtk_keyboard_finalize (GObject *object) for (i = 0; i < EEK_KEYSYM_CATEGORY_LAST; i++) pango_font_description_free (priv->fonts[i]); + G_OBJECT_CLASS (eek_gtk_keyboard_parent_class)->finalize (object); } static void