]> git.sesse.net Git - vlc/commitdiff
* backport of [11294]
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 4 Jun 2005 21:26:57 +0000 (21:26 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 4 Jun 2005 21:26:57 +0000 (21:26 +0000)
modules/gui/macosx/vout.m

index bc49b8910d49dc528f8e220a4558a488bdb057e3..4af48c00ef98f11fd0e569060c6312396c6f9e82 100644 (file)
@@ -291,6 +291,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
 {
     /* XXX waitUntilDone = NO to avoid a possible deadlock when hitting
        Command-Q */
+    [self setContentView: NULL];
     [self performSelectorOnMainThread: @selector(closeReal:)
         withObject: NULL waitUntilDone: NO];
 }