Delete core_context before shutting down SDL

This commit is contained in:
James Rowe
2019-11-09 13:12:30 -07:00
parent 29c12058c7
commit 66f5278f52
+1
View File
@@ -211,6 +211,7 @@ EmuWindow_SDL2::EmuWindow_SDL2(bool fullscreen) {
}
EmuWindow_SDL2::~EmuWindow_SDL2() {
core_context.reset();
Network::Shutdown();
InputCommon::Shutdown();
SDL_GL_DeleteContext(window_context);