Do not hold references passed xpcom shutdown. a=leaf

git-svn-id: svn://10.0.0.236/trunk@119260 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com 2002-04-18 00:20:58 +00:00
parent 1f7a53abc8
commit 4e01e43916

View File

@ -210,6 +210,7 @@ int main(int argc, char *argv[])
{
ret = ProcessArgs(registrar, argc, argv);
}
eventQService = 0;
NS_ShutdownXPCOM(NULL);
return ret;