Fixing a remaining bug in the multisampling change ... there may be more ...

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@727 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2007-09-23 14:29:06 +00:00
parent 5ffa7abdb6
commit 5ab9b39a6c

View File

@ -894,7 +894,7 @@ void fgCloseWindow( SFG_Window* window )
#if TARGET_HOST_POSIX_X11
glXDestroyContext( fgDisplay.Display, window->Window.Context );
XFree( window->Window.VisualInfo );
XFree( window->Window.FBConfig );
XDestroyWindow( fgDisplay.Display, window->Window.Handle );
XFlush( fgDisplay.Display ); /* XXX Shouldn't need this */