зеркало из https://github.com/mozilla/gecko-dev.git
Bug 821534 - move mozilla::PoisonWrite one line earlier. r=ehsan.
This commit is contained in:
Родитель
0a28025a76
Коммит
d81584a36d
|
@ -616,11 +616,11 @@ ShutdownXPCOM(nsIServiceManager* servMgr)
|
|||
// Release the directory service
|
||||
NS_IF_RELEASE(nsDirectoryService::gService);
|
||||
|
||||
nsCycleCollector_shutdown();
|
||||
|
||||
SAMPLE_MARKER("Shutdown xpcom");
|
||||
mozilla::PoisonWrite();
|
||||
|
||||
nsCycleCollector_shutdown();
|
||||
|
||||
if (moduleLoaders) {
|
||||
bool more;
|
||||
nsCOMPtr<nsISupports> el;
|
||||
|
|
Загрузка…
Ссылка в новой задаче