changeset 3371:438ba87e9578

Call CommonQuit() at exit has been added.
author Mike Gorchak <lestat@i.com.ua>
date Sat, 10 Oct 2009 13:22:05 +0000
parents 3e0f51e60fa2
children dd11d2376e27
files test/testdraw2.c test/testintersections.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/testdraw2.c	Sat Oct 10 13:21:21 2009 +0000
+++ b/test/testdraw2.c	Sat Oct 10 13:22:05 2009 +0000
@@ -272,6 +272,8 @@
         }
     }
 
+    CommonQuit(state);
+
     /* Print out some timing information */
     now = SDL_GetTicks();
     if (now > then) {
--- a/test/testintersections.c	Sat Oct 10 13:21:21 2009 +0000
+++ b/test/testintersections.c	Sat Oct 10 13:22:05 2009 +0000
@@ -349,6 +349,8 @@
         }
     }
 
+    CommonQuit(state);
+
     /* Print out some timing information */
     now = SDL_GetTicks();
     if (now > then) {