From 318b55e3ae69a36e1f2f0d1ac287e4922ffcda98 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: [PATCH] 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 5857410599..0a299db88a 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