Skip to content
Snippets Groups Projects
Commit 6aa4d2e5 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

mshtml: Never try to unload the Gecko libraries.

parent 7165bd19
No related branches found
No related tags found
No related merge requests found
......@@ -879,8 +879,8 @@ void close_gecko(void)
if(nsmem)
nsIMemory_Release(nsmem);
if(hXPCOM)
FreeLibrary(hXPCOM);
/* Gecko doesn't really support being unloaded */
/* if (hXPCOM) FreeLibrary(hXPCOM); */
}
/**********************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment