commit | 547e487df2a25dc92dc303cb59ed460e2d95a913 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Wed Jul 09 15:52:04 2008 -0600 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Wed Jul 09 15:52:04 2008 -0600 |
tree | 177d78dffc10514a5e1582dc9ec7527835c7dce0 | |
parent | eb9efc6ad5544b8c643f81c03fcc09438aa0316c [diff] [blame] |
mesa: call glutDestroyWindow() on exit
diff --git a/progs/demos/tunnel2.c b/progs/demos/tunnel2.c index 75a199a..f4171a8 100644 --- a/progs/demos/tunnel2.c +++ b/progs/demos/tunnel2.c
@@ -205,6 +205,8 @@ { switch (k) { case 27: + glutDestroyWindow(channel[0]); + glutDestroyWindow(channel[1]); exit(0); break;