Call CommonQuit() at exit has been added.
--- 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) {