Commit 0ef01edf authored by Alexandre Julliard's avatar Alexandre Julliard

wshom.ocx: Don't bother to free memory at process exit.

parent f38cbfc9
...@@ -161,6 +161,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv) ...@@ -161,6 +161,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
DisableThreadLibraryCalls(wshom_instance); DisableThreadLibraryCalls(wshom_instance);
break; break;
case DLL_PROCESS_DETACH: case DLL_PROCESS_DETACH:
if (lpv) break;
release_typelib(); release_typelib();
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment