ieframe: Don't bother to unregister classes at process exit.

This commit is contained in:
Alexandre Julliard 2013-05-14 11:15:32 +02:00
parent 0ad26e27f3
commit 79fe2daafb
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
DisableThreadLibraryCalls(ieframe_instance);
break;
case DLL_PROCESS_DETACH:
if (lpv) break;
unregister_iewindow_class();
release_typelib();
}