From 1c618a67e858bfc56496d69fc7163f700a219e38 Mon Sep 17 00:00:00 2001 From: Mike Gorchak Date: Sat, 10 Oct 2009 13:22:05 +0000 Subject: [PATCH] Call CommonQuit() at exit has been added. --- test/testdraw2.c | 2 ++ test/testintersections.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/testdraw2.c b/test/testdraw2.c index 037c65d06..80584ae28 100644 --- a/test/testdraw2.c +++ b/test/testdraw2.c @@ -272,6 +272,8 @@ main(int argc, char *argv[]) } } + CommonQuit(state); + /* Print out some timing information */ now = SDL_GetTicks(); if (now > then) { diff --git a/test/testintersections.c b/test/testintersections.c index a014917d4..b935788f2 100644 --- a/test/testintersections.c +++ b/test/testintersections.c @@ -349,6 +349,8 @@ main(int argc, char *argv[]) } } + CommonQuit(state); + /* Print out some timing information */ now = SDL_GetTicks(); if (now > then) {