Commit 75831244 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

decklink: destroy the vout window if any

parent 0ec926a3
......@@ -476,6 +476,8 @@ static struct decklink_sys_t *OpenDecklink(vout_display_t *vd)
vlc_mutex_unlock(&decklink_sys->lock);
vout_display_DeleteWindow(vd, NULL);
return decklink_sys;
error:
......
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