Fixing silly leak introduced by my fix for bug 240543.

This commit is contained in:
jst%mozilla.jstenback.com 2004-04-30 21:22:46 +00:00
Родитель a91c548d7c
Коммит 77a059cb25
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -371,6 +371,8 @@ nsContentUtils::Shutdown()
NS_IF_RELEASE(sParserService);
NS_IF_RELEASE(sIOService);
NS_IF_RELEASE(sImgLoader);
NS_IF_RELEASE(sPrefBranch);
NS_IF_RELEASE(sPref);
}
// static