зеркало из https://github.com/mozilla/pjs.git
Do full shutdown, instead of _exit(0) shutdown in the plugin process when we're doing leak checking.
This commit is contained in:
Родитель
07c38a4873
Коммит
63a8ed4e8c
|
@ -273,7 +273,7 @@ AsyncChannel::OnChannelError()
|
|||
}
|
||||
else {
|
||||
// Child process, initiate quit sequence.
|
||||
#ifdef DEBUG
|
||||
#if defined(DEBUG) || defined(NS_BUILD_REFCNT_LOGGING)
|
||||
// XXXbent this is totally out of place, but works for now.
|
||||
XRE_ShutdownChildProcess(mWorkerLoop);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче