From bug 278534 - fix leaks from the new chrome registry hash not being finalized.

git-svn-id: svn://10.0.0.236/trunk@169643 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net 2005-02-23 13:56:56 +00:00
parent 482e4a6491
commit 2858e5649c

View File

@ -340,6 +340,7 @@ nsChromeRegistry::OverlayListHash::GetArray(nsIURI* aBase)
nsChromeRegistry::~nsChromeRegistry()
{
PL_DHashTableFinish(&mPackagesHash);
gChromeRegistry = nsnull;
}