Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix opengl context leak on vid_restart (causing thread, memory and other resource leaks) #194

Merged
merged 1 commit into from
May 2, 2024

Conversation

taysta
Copy link
Owner

@taysta taysta commented May 2, 2024

SDL opengl context must be destroyed before destroying its window and also before SDL_QuitSubSystem(SDL_INIT_VIDEO) to prevent leaks

(cherry picked from commit 3f4ca6b)

…her resource leaks)

SDL opengl context must be destroyed before destroying its window and
also before SDL_QuitSubSystem(SDL_INIT_VIDEO) to prevent leaks

(cherry picked from commit 3f4ca6b)
@taysta taysta merged commit 94f80f0 into master May 2, 2024
17 checks passed
@taysta taysta deleted the openjk-update branch May 2, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants