wshom.ocx: Don't bother to free memory at process exit.
This commit is contained in:
parent
f38cbfc99d
commit
0ef01edfd0
|
@ -161,6 +161,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
|
|||
DisableThreadLibraryCalls(wshom_instance);
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (lpv) break;
|
||||
release_typelib();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue