Must SDL cleanup functions be used before an SDL_Quit() call

"ab396356" <[email protected]>
Newsgroups gmane.comp.lib.sdl
Message-ID <[email protected]>
The SDL_Quit() (http://wiki.libsdl.org/SDL_Quit) function is documented to "clean up all initialized subsystems".

My question: is it mandatory to call other cleanup functions before SDL_Quit()? Such as:
	 
SDL_GL_DeleteContext() (http://wiki.libsdl.org/SDL_GL_DeleteContext)
	 
SDL_DestroyWindow() (http://wiki.libsdl.org/SDL_DestroyWindow)
	 
SDL_DestroyRenderer() (http://wiki.libsdl.org/SDL_DestroyRenderer)

_______________________________________________
SDL mailing list
[email protected]
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.