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

vdummy: destroy the vout window if any

parent f56d33ed
......@@ -104,6 +104,8 @@ static int Open(vlc_object_t *object,
vd->control = Control;
vd->manage = NULL;
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