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

oldstable
Alexandre Julliard 2013-05-14 11:18:37 +02:00
parent 1b5114d9fc
commit d578d0d6c3
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
IsWow64Process( GetCurrentProcess(), &is_wow64 );
break;
case DLL_PROCESS_DETACH:
if (lpvReserved) break;
msi_dialog_unregister_class();
msi_free_handle_table();
msi_free( gszLogFile );