msi: Don't bother to unregister classes at process exit.
This commit is contained in:
parent
1b5114d9fc
commit
d578d0d6c3
|
@ -76,6 +76,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||||
IsWow64Process( GetCurrentProcess(), &is_wow64 );
|
IsWow64Process( GetCurrentProcess(), &is_wow64 );
|
||||||
break;
|
break;
|
||||||
case DLL_PROCESS_DETACH:
|
case DLL_PROCESS_DETACH:
|
||||||
|
if (lpvReserved) break;
|
||||||
msi_dialog_unregister_class();
|
msi_dialog_unregister_class();
|
||||||
msi_free_handle_table();
|
msi_free_handle_table();
|
||||||
msi_free( gszLogFile );
|
msi_free( gszLogFile );
|
||||||
|
|
Loading…
Reference in New Issue