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);
|
DisableThreadLibraryCalls(hinstDLL);
|
||||||
break;
|
break;
|
||||||
case DLL_PROCESS_DETACH:
|
case DLL_PROCESS_DETACH:
|
||||||
|
if (lpvReserved) break;
|
||||||
if(catreg)
|
if(catreg)
|
||||||
ICatRegister_Release(catreg);
|
ICatRegister_Release(catreg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue