Fix shutdown crash in VsyncBridgeChild when the GPU process is enabled. (bug 1314816, r=mattwoodrow)
This commit is contained in:
@@ -397,7 +397,10 @@ GPUProcessManager::DestroyProcess()
|
||||
mProcessToken = 0;
|
||||
mProcess = nullptr;
|
||||
mGPUChild = nullptr;
|
||||
mVsyncBridge = nullptr;
|
||||
if (mVsyncBridge) {
|
||||
mVsyncBridge->Close();
|
||||
mVsyncBridge = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
RefPtr<CompositorSession>
|
||||
|
||||
Reference in New Issue
Block a user