Skip to content
Snippets Groups Projects
Commit 0b7dcbfc authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

glmixer: Call the pad's parent class finalize method

parent 29e7f2f0
No related branches found
No related tags found
Loading
...@@ -99,6 +99,8 @@ gst_gl_mixer_pad_finalize (GObject * object) ...@@ -99,6 +99,8 @@ gst_gl_mixer_pad_finalize (GObject * object)
gst_object_unref (pad->upload); gst_object_unref (pad->upload);
pad->upload = NULL; pad->upload = NULL;
} }
G_OBJECT_CLASS (gst_gl_mixer_pad_parent_class)->finalize (object);
} }
static void static void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment