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

yuv: destroy the vout window if any

parent 296befba
......@@ -171,6 +171,7 @@ static int Open(vlc_object_t *object)
vd->manage = NULL;
vout_display_SendEventFullscreen(vd, false);
vout_display_DeleteWindow(vd, NULL);
return VLC_SUCCESS;
}
......
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