atl100: Don't bother to free memory at process exit.

oldstable
Alexandre Julliard 2013-05-16 12:50:07 +02:00
parent d2ab8e454e
commit b2accc42c0
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
DisableThreadLibraryCalls(hinstDLL);
break;
case DLL_PROCESS_DETACH:
if (lpvReserved) break;
if(catreg)
ICatRegister_Release(catreg);
}