mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
test: testspriteminimal wasn't calling SDL_Quit() on exit.
This commit is contained in:
@@ -38,6 +38,7 @@ int done;
|
||||
static void
|
||||
quit(int rc)
|
||||
{
|
||||
SDL_Quit();
|
||||
exit(rc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user