зеркало из https://github.com/mozilla/pjs.git
Bug 214681 nsDebugImpl is listed as a leak
r=dougt
This commit is contained in:
Родитель
0a31074f77
Коммит
d5b8940eff
|
@ -774,6 +774,8 @@ nsresult NS_COM NS_ShutdownXPCOM(nsIServiceManager* servMgr)
|
|||
nsThread::Shutdown();
|
||||
NS_PurgeAtomTable();
|
||||
|
||||
NS_IF_RELEASE(gDebug);
|
||||
|
||||
#ifdef NS_BUILD_REFCNT_LOGGING
|
||||
nsTraceRefcnt::DumpStatistics();
|
||||
nsTraceRefcnt::ResetStatistics();
|
||||
|
@ -785,8 +787,6 @@ nsresult NS_COM NS_ShutdownXPCOM(nsIServiceManager* servMgr)
|
|||
NS_ShutdownLeakDetector();
|
||||
#endif
|
||||
|
||||
NS_IF_RELEASE(gDebug);
|
||||
|
||||
gXPCOMHasGlobalsBeenInitalized = PR_FALSE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче