Remove event queue destruction code from NS_TermEmbedding to prevent assertions later on. b=79181 r=rpotts@netscape.com sr=blizzard@mozilla.org

git-svn-id: svn://10.0.0.236/trunk@98457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
locka%iol.ie
2001-07-02 19:23:40 +00:00
parent 45a7ab3a86
commit 2b77fe0542

View File

@@ -171,15 +171,6 @@ nsresult NS_TermEmbedding()
}
sInitCounter = 0;
{
nsCOMPtr<nsIEventQueueService> eventQService;
sServiceManager->GetService(NS_EVENTQUEUESERVICE_CONTRACTID,
nsIEventQueueService::GetIID(),
getter_AddRefs(eventQService));
if (eventQService)
eventQService->DestroyThreadEventQueue();
}
NS_RELEASE(sServiceManager);
// Terminate XPCOM & cleanup