Commit 80e57245 authored by Alexandre Julliard's avatar Alexandre Julliard

opengl32: Don't free memory at process exit.

parent f6a0597d
...@@ -1281,6 +1281,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved ) ...@@ -1281,6 +1281,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
break; break;
case DLL_PROCESS_DETACH: case DLL_PROCESS_DETACH:
if (reserved) break;
UNIX_CALL( process_detach, NULL ); UNIX_CALL( process_detach, NULL );
#ifndef _WIN64 #ifndef _WIN64
cleanup_wow64_strings(); cleanup_wow64_strings();
......
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