Bug 556644 - 8. Fix leak in child process, r=bsmedberg a=blocking2.0

This commit is contained in:
Michael Wu 2010-08-12 21:31:59 -07:00
Родитель 7b155b9349
Коммит e52a8654b3
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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
}
}