mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 721603 - We should spin the loop after calling asyncClose in Database.cpp. r=mak.
This commit is contained in:
parent
fe644b724a
commit
ccd9b28b5b
@ -1856,8 +1856,7 @@ Database::Shutdown()
|
||||
nsRefPtr<BlockingConnectionCloseCallback> closeListener =
|
||||
new BlockingConnectionCloseCallback();
|
||||
(void)mMainConn->AsyncClose(closeListener);
|
||||
// The spinning is temporarily disabled. See bug 728653.
|
||||
//closeListener->Spin();
|
||||
closeListener->Spin();
|
||||
|
||||
// Don't set this earlier, otherwise some internal helper used on shutdown
|
||||
// may bail out.
|
||||
|
Loading…
Reference in New Issue
Block a user