mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue