hls: Don't leak mutex
This commit is contained in:
parent
f0ba09d10e
commit
c92694e12a
@ -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…
x
Reference in New Issue
Block a user