Skip to content

Commit

Permalink
test: testspriteminimal wasn't calling SDL_Quit() on exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 27, 2020
1 parent 1947ca7 commit 50fd0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testspriteminimal.c
Expand Up @@ -38,6 +38,7 @@ int done;
static void
quit(int rc)
{
SDL_Quit();
exit(rc);
}

Expand Down

0 comments on commit 50fd0dd

Please sign in to comment.