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
testdisplayinfo.c forgot to SDL_Quit() at the end.
Ryan C. Gordon
9 years ago
parent
ca46804210
commit
344fbe61b3
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
test/testdisplayinfo.c
+ 1
- 0
test/testdisplayinfo.c
View File
@@ -81,6 +81,7 @@ main(int argc, char *argv[])
SDL_Log("\n");
}
+ SDL_Quit();
return 0;
}