Landing graydon's fix for bug 366578. Make the cycle collector run at shutdown. r=bsmedberg

This commit is contained in:
jst%mozilla.org 2007-01-25 00:24:20 +00:00
Родитель 5ff3c88f95
Коммит 1378284b46
1 изменённых файлов: 2 добавлений и 0 удалений

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

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