зеркало из https://github.com/mozilla/pjs.git
Bug 556644 - 8. Fix leak in child process, r=bsmedberg a=blocking2.0
This commit is contained in:
Родитель
7b155b9349
Коммит
e52a8654b3
|
@ -73,6 +73,7 @@
|
|||
#include "nsWidgetsCID.h"
|
||||
#include "nsXREDirProvider.h"
|
||||
|
||||
#include "mozilla/Omnijar.h"
|
||||
#ifdef MOZ_IPC
|
||||
#include "nsX11ErrorHandler.h"
|
||||
#include "base/at_exit.h"
|
||||
|
@ -435,6 +436,9 @@ XRE_InitChildProcess(int aArgc,
|
|||
// Allow ProcessChild to clean up after itself before going out of
|
||||
// scope and being deleted
|
||||
process->CleanUp();
|
||||
#ifdef MOZ_OMNIJAR
|
||||
mozilla::SetOmnijar(nsnull);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче