Commit b2accc42 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent d2ab8e45
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment