mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
playbin3: fix leak of recursive mutex
This commit is contained in:
parent
ae7a213628
commit
b6853f783f
1 changed files with 1 additions and 0 deletions
|
@ -1421,6 +1421,7 @@ gst_play_bin3_finalize (GObject * object)
|
||||||
if (playbin->velements)
|
if (playbin->velements)
|
||||||
g_sequence_free (playbin->velements);
|
g_sequence_free (playbin->velements);
|
||||||
|
|
||||||
|
g_rec_mutex_clear (&playbin->activation_lock);
|
||||||
g_rec_mutex_clear (&playbin->lock);
|
g_rec_mutex_clear (&playbin->lock);
|
||||||
g_mutex_clear (&playbin->dyn_lock);
|
g_mutex_clear (&playbin->dyn_lock);
|
||||||
g_mutex_clear (&playbin->elements_lock);
|
g_mutex_clear (&playbin->elements_lock);
|
||||||
|
|
Loading…
Reference in a new issue