sdl_quit — Shut down SDL
void sdl_quit(
)
SDL_Quit shuts down all SDL subsystems and frees the resources allocated to them. This should always be called before you exit.
SDL_Quit