mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
test: testspriteminimal wasn't calling SDL_Quit() on exit.
This commit is contained in:
parent
1947ca7028
commit
50fd0dd143
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ int done;
|
|||
static void
|
||||
quit(int rc)
|
||||
{
|
||||
SDL_Quit();
|
||||
exit(rc);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue