mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
hls: Don't leak mutex
This commit is contained in:
parent
f0ba09d10e
commit
c92694e12a
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ gst_m3u8_unref (GstM3U8 * self)
|
|||
g_list_free (self->files);
|
||||
|
||||
g_free (self->last_data);
|
||||
g_mutex_clear (&self->lock);
|
||||
g_free (self);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue