Index: dll/win32/opengl32/opengl32.c =================================================================== --- dll/win32/opengl32/opengl32.c (révision 50904) +++ dll/win32/opengl32/opengl32.c (copie de travail) @@ -89,8 +89,11 @@ if (dispatchTable != NULL) { if (!HeapFree( GetProcessHeap(), 0, dispatchTable )) + { DBGPRINT( "Warning: HeapFree() on dispatch table failed (%d)", GetLastError() ); + } + NtCurrentTeb()->glTable = NULL; } }