Commit 1519f63f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* fix a locking issue in the window destruction. (thx for fixing all of this titer)

parent 7e838176
......@@ -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];
}
......
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