mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Leak an object when quitting Dolphin to try and fix issue 6546
This commit is contained in:
@ -389,8 +389,6 @@ CFrame::~CFrame()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
ClosePages();
|
ClosePages();
|
||||||
|
|
||||||
delete m_Mgr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CFrame::RendererIsFullscreen()
|
bool CFrame::RendererIsFullscreen()
|
||||||
|
Reference in New Issue
Block a user