Bug 214681 nsDebugImpl is listed as a leak

r=dougt
This commit is contained in:
timeless%mozdev.org 2003-08-01 14:40:33 +00:00
Родитель 0a31074f77
Коммит d5b8940eff
1 изменённых файлов: 2 добавлений и 2 удалений

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

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