opengl32: Don't free memory at process exit.

This commit is contained in:
Alexandre Julliard 2022-12-06 13:32:34 +01:00
parent f6a0597d59
commit 80e572451e

View file

@ -1281,6 +1281,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
break;
case DLL_PROCESS_DETACH:
if (reserved) break;
UNIX_CALL( process_detach, NULL );
#ifndef _WIN64
cleanup_wow64_strings();