This website works better with JavaScript
Home
Explore
Help
Sign In
lenn
/
libsdl-org-mirror
mirror of
https://github.com/libsdl-org/SDL.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
test: testspriteminimal wasn't calling SDL_Quit() on exit.
Ryan C. Gordon
4 years ago
parent
1947ca7028
commit
50fd0dd143
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
test/testspriteminimal.c
+ 1
- 0
test/testspriteminimal.c
View File
@@ -38,6 +38,7 @@ int done;
static void
quit(int rc)
{
+ SDL_Quit();
exit(rc);
}