mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Move the CFrame::ClosePages call from ~CFrame to CFrame::OnClose
This commit is contained in:
@ -387,8 +387,6 @@ CFrame::~CFrame()
|
||||
#if defined(HAVE_XRANDR) && HAVE_XRANDR
|
||||
delete m_XRRConfig;
|
||||
#endif
|
||||
|
||||
ClosePages();
|
||||
}
|
||||
|
||||
bool CFrame::RendererIsFullscreen()
|
||||
@ -474,6 +472,7 @@ void CFrame::OnClose(wxCloseEvent& event)
|
||||
m_LogWindow = NULL;
|
||||
}
|
||||
|
||||
ClosePages();
|
||||
|
||||
// Uninit
|
||||
m_Mgr->UnInit();
|
||||
|
Reference in New Issue
Block a user