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) {