mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 821534 - move mozilla::PoisonWrite one line earlier. r=ehsan.
This commit is contained in:
parent
faf60e4f57
commit
7752553314
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user