mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Fix memory leak from unpaired SDL_GL_LoadLibrary()
This commit is contained in:
parent
b25977c3d7
commit
2a63a8b6aa
@ -1277,6 +1277,7 @@ void rend_Close() {
|
||||
return;
|
||||
|
||||
opengl_Close();
|
||||
SDL_GL_UnloadLibrary();
|
||||
|
||||
Renderer_initted = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user