Fix memory leak from unpaired SDL_GL_LoadLibrary()

This commit is contained in:
Azamat H. Hackimov 2024-09-29 16:35:24 +03:00
parent b25977c3d7
commit 2a63a8b6aa

View File

@ -1277,6 +1277,7 @@ void rend_Close() {
return;
opengl_Close();
SDL_GL_UnloadLibrary();
Renderer_initted = 0;
}