mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
cogmse: fix finalize not calling base class (and leaking)
This commit is contained in:
parent
15f41b6887
commit
60a0741e16
1 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,8 @@ gst_mse_finalize (GObject * object)
|
||||||
g_mutex_free (fs->lock);
|
g_mutex_free (fs->lock);
|
||||||
g_cond_free (fs->cond);
|
g_cond_free (fs->cond);
|
||||||
gst_buffer_replace (&fs->buffer_ref, NULL);
|
gst_buffer_replace (&fs->buffer_ref, NULL);
|
||||||
|
|
||||||
|
GST_CALL_PARENT (G_OBJECT_CLASS, finalize, (object));
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstCaps *
|
static GstCaps *
|
||||||
|
|
Loading…
Reference in a new issue