atl100: Don't bother to free memory at process exit.
This commit is contained in:
parent
d2ab8e454e
commit
b2accc42c0
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue