hls: Don't leak mutex

This commit is contained in:
Edward Hervey 2017-11-25 13:10:11 +01:00 committed by Edward Hervey
parent f0ba09d10e
commit c92694e12a

View file

@ -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);
}
}