diff test/testintersections.c @ 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 e4f025078c1c
children 0267b8b1595c
line wrap: on
line diff
--- 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) {