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

This commit is contained in:
Alexandre Julliard 2013-05-15 10:34:57 +02:00
parent f38cbfc99d
commit 0ef01edfd0
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}