From 0b7dcbfc3b84905290964ed4003c351aa4efcc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 13 Oct 2014 13:27:55 +0200 Subject: glmixer: Call the pad's parent class finalize method --- ext/gl/gstglmixer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/gl/gstglmixer.c b/ext/gl/gstglmixer.c index 10b2e1921..6a2d9a472 100644 --- a/ext/gl/gstglmixer.c +++ b/ext/gl/gstglmixer.c @@ -99,6 +99,8 @@ gst_gl_mixer_pad_finalize (GObject * object) gst_object_unref (pad->upload); pad->upload = NULL; } + + G_OBJECT_CLASS (gst_gl_mixer_pad_parent_class)->finalize (object); } static void -- cgit v1.2.1