Commit 79fe2daa authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 0ad26e27
......@@ -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();
}
......
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