ieframe: Don't bother to unregister classes at process exit.
This commit is contained in:
parent
0ad26e27f3
commit
79fe2daafb
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue