mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
tocsetter: clear mutex upon free
This commit is contained in:
parent
f6848ad337
commit
515a1ad0f7
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ gst_toc_data_free (gpointer p)
|
|||
if (data->toc)
|
||||
gst_toc_free (data->toc);
|
||||
|
||||
g_mutex_clear (&data->lock);
|
||||
|
||||
g_slice_free (GstTocData, data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue