Skip to content
Snippets Groups Projects
Commit 5dca2ab4 authored by Edward Hervey's avatar Edward Hervey :metal: Committed by Edward Hervey
Browse files

hls: Don't leak mutex

parent 6925cfd8
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment