mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 747055 - Crash in RtlEnterCriticalSection | PR_Lock | mozilla::ipc::RPCChannel::WaitForNotify. r=bsmedberg
This commit is contained in:
parent
6f0be0967a
commit
6d40dc48d4
@ -178,7 +178,7 @@ PluginModuleParent::TimeoutChanged(const char* aPref, void* aModule)
|
||||
void
|
||||
PluginModuleParent::CleanupFromTimeout()
|
||||
{
|
||||
if (!mShutdown)
|
||||
if (!mShutdown && OkToCleanup())
|
||||
Close();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user