sezero / quakespasm

QuakeSpasm -- A modern, cross-platform Quake game engine based on FitzQuake.
https://sourceforge.net/projects/quakespasm/
GNU General Public License v2.0
227 stars 96 forks source link

SDL2 - Fix memory leek when exit game #55

Closed BeWorld2018 closed 1 year ago

BeWorld2018 commented 1 year ago

add SDL_GL_DeleteContext and SDL_DestroyWindow

sezero commented 1 year ago

Thanks, this is in.