зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1550422
- P6. Release object early when error. r=mattwoodrow
No need to keep the object alive. Differential Revision: https://phabricator.services.mozilla.com/D31014 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
56f0daee25
Коммит
822d91dc49
|
@ -67,6 +67,7 @@ bool RDDProcessHost::Launch(StringVector aExtraOpts) {
|
|||
|
||||
if (!GeckoChildProcessHost::AsyncLaunch(aExtraOpts)) {
|
||||
mLaunchPhase = LaunchPhase::Complete;
|
||||
mPrefSerializer = nullptr;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
|
@ -51,6 +51,7 @@ bool GPUProcessHost::Launch(StringVector aExtraOpts) {
|
|||
|
||||
if (!GeckoChildProcessHost::AsyncLaunch(aExtraOpts)) {
|
||||
mLaunchPhase = LaunchPhase::Complete;
|
||||
mPrefSerializer = nullptr;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче