Commit 9ebbc7d3 authored by Rémi Duraffort's avatar Rémi Duraffort

bluray: fix missing unlock (cid #1047147)

parent 95a610fd
......@@ -605,7 +605,10 @@ static void subpictureUpdaterUpdate(subpicture_t *p_subpic,
subpicture_region_t *p_src = p_overlay->p_regions;
if (!p_src)
{
vlc_mutex_unlock(&p_overlay->lock);
return;
}
subpicture_region_t **p_dst = &(p_subpic->p_region);
while (p_src != NULL) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment