зеркало из https://github.com/mozilla/pjs.git
Landing graydon's fix for bug 366578. Make the cycle collector run at shutdown. r=bsmedberg
This commit is contained in:
Родитель
5ff3c88f95
Коммит
1378284b46
|
@ -772,6 +772,8 @@ NS_ShutdownXPCOM(nsIServiceManager* servMgr)
|
|||
// Release the directory service
|
||||
NS_IF_RELEASE(nsDirectoryService::gService);
|
||||
|
||||
nsCycleCollector_shutdown();
|
||||
|
||||
if (moduleLoaders) {
|
||||
PRBool more;
|
||||
nsCOMPtr<nsISupports> el;
|
||||
|
|
Загрузка…
Ссылка в новой задаче