This website works better with JavaScript
Home
Explore
Help
Sign In
sdl
/
SDL
mirror of
https://github.com/libsdl-org/SDL.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
testdisplayinfo.c forgot to SDL_Quit() at the end.
Ryan C. Gordon
10 years ago
parent
ca46804210
commit
344fbe61b3
1 changed files
with
1 additions
and
0 deletions
Unified 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_Log("\n");
}
}
+ SDL_Quit();
return 0;
return 0;
}
}