mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
OGL: Fix a memory leak that would occur every time a game is launched
This commit is contained in:
@ -163,6 +163,7 @@ void VideoSoftware::Shutdown()
|
||||
OSD::DoCallbacks(OSD::OSD_SHUTDOWN);
|
||||
|
||||
GLInterface->Shutdown();
|
||||
delete GLInterface;
|
||||
}
|
||||
|
||||
void VideoSoftware::Video_Cleanup()
|
||||
|
Reference in New Issue
Block a user