# HG changeset patch # User Mike Gorchak # Date 1255180925 0 # Node ID 438ba87e95789b2c139a152d805de78fad6b07a4 # Parent 3e0f51e60fa2ac52544b7beacd6790cfc301a4c6 Call CommonQuit() at exit has been added. diff -r 3e0f51e60fa2 -r 438ba87e9578 test/testdraw2.c --- 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) { diff -r 3e0f51e60fa2 -r 438ba87e9578 test/testintersections.c --- 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) {