X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2Fmacosx.m;h=0fdcaf41cc0ade3a2b40b24d6675300f27163528;hb=cd90aa059059566317a60fafae60931fc1b8ee2d;hp=3394a77edea26ced7d39182d998d76793c86adb8;hpb=0484b127c762d7519726db78e2017cb762a20c1a;p=vlc diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m index 3394a77ede..0fdcaf41cc 100644 --- a/modules/video_output/macosx.m +++ b/modules/video_output/macosx.m @@ -127,6 +127,7 @@ static int Open(vlc_object_t *this) msg_Dbg(vd, "No drawable-nsobject, passing over."); goto error; } + vout_display_DeleteWindow(vd, NULL); /* This will be released in Close(), on * main thread, after we are done using it. */