mshtml: Never try to unload the Gecko libraries.

This commit is contained in:
Alexandre Julliard 2009-08-05 11:21:33 +02:00
parent 7165bd19c1
commit 6aa4d2e562
1 changed files with 2 additions and 2 deletions

View File

@ -879,8 +879,8 @@ void close_gecko(void)
if(nsmem) if(nsmem)
nsIMemory_Release(nsmem); nsIMemory_Release(nsmem);
if(hXPCOM) /* Gecko doesn't really support being unloaded */
FreeLibrary(hXPCOM); /* if (hXPCOM) FreeLibrary(hXPCOM); */
} }
/********************************************************** /**********************************************************