glmixer: Call the pad's parent class finalize method
authorSebastian Dröge <sebastian@centricular.com>
Mon, 13 Oct 2014 11:27:55 +0000 (13:27 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:48 +0000 (19:31 +0000)
ext/gl/gstglmixer.c

index 5857410..0a299db 100644 (file)
@@ -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