fix bug 66357 fatal error building rdf\chrome\tools\chromereg\regchrome.cpp

r=leaf, sr=waterson
This commit is contained in:
timeless%mac.com 2001-01-25 20:08:43 +00:00
parent 91633148b4
commit cbb061b4ba
2 changed files with 2 additions and 0 deletions

View File

@ -37,4 +37,5 @@ int main(int argc, char **argv)
// release the chrome registry before we shutdown XPCOM
chromeReg = 0;
NS_ShutdownXPCOM(nsnull);
return 0;
}

View File

@ -37,4 +37,5 @@ int main(int argc, char **argv)
// release the chrome registry before we shutdown XPCOM
chromeReg = 0;
NS_ShutdownXPCOM(nsnull);
return 0;
}