play: Plug media_info leak
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2061>
This commit is contained in:
parent
e007c47c3f
commit
19d57dcfa5
@ -489,6 +489,8 @@ gst_play_finalize (GObject * object)
|
||||
gst_structure_free (self->config);
|
||||
if (self->collection)
|
||||
gst_object_unref (self->collection);
|
||||
if (self->media_info)
|
||||
g_object_unref (self->media_info);
|
||||
g_mutex_clear (&self->lock);
|
||||
g_cond_clear (&self->cond);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user