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
Added missing SDL_Quit() in test program.
Philipp Wiesemann
10 years ago
parent
3362c9f196
commit
eb57d75242
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
test/testdrawchessboard.c
+ 1
- 0
test/testdrawchessboard.c
View File
@@ -129,6 +129,7 @@ main(int argc, char *argv[])
}
}
#endif
#endif
+ SDL_Quit();
return 0;
return 0;
}
}