Module: Demos Branch: master Commit: 0eef80d408b68b77516372895f4806519f781402 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=0eef80d408b68b77516372895f4806519f781402
Author: Marek Olšák <[email protected]> Date: Thu Mar 10 22:32:03 2011 +0100 ipers: destroy the window on cleanup --- src/demos/ipers.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/demos/ipers.c b/src/demos/ipers.c index f8257bc..be7e46d 100644 --- a/src/demos/ipers.c +++ b/src/demos/ipers.c @@ -252,6 +252,8 @@ cleanup(void) glDeleteLists(LODdlist[i], 1); glDeleteLists(LODnumpoly[i], 1); } + + glutDestroyWindow(glutGetWindow()); } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
