1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

windowscodecs: Don't free memory at process exit.

This commit is contained in:
Alexandre Julliard 2023-12-08 16:09:07 +01:00
parent 72409c32be
commit 505455de69

View file

@ -44,6 +44,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
windowscodecs_module = hinstDLL;
break;
case DLL_PROCESS_DETACH:
if (lpvReserved) break;
ReleaseComponentInfos();
break;
}