GdkGLContext: chain finalize handler

https://bugzilla.gnome.org/show_bug.cgi?id=773979
This commit is contained in:
Massimo Valentini
2016-11-05 14:21:22 +01:00
committed by Matthias Clasen
parent f9796b01ff
commit 4657e21be8

View File

@@ -154,6 +154,7 @@ gdk_gl_context_finalize (GObject *gobject)
GdkGLContextPrivate *priv = gdk_gl_context_get_instance_private (context);
g_clear_pointer (&priv->paint_data, g_free);
G_OBJECT_CLASS (gdk_gl_context_parent_class)->finalize (gobject);
}
static void