mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Leak an object when quitting Dolphin to try and fix issue 6546
This commit is contained in:
parent
908963d601
commit
380b780dd1
1 changed files with 0 additions and 2 deletions
|
@ -389,8 +389,6 @@ CFrame::~CFrame()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ClosePages();
|
ClosePages();
|
||||||
|
|
||||||
delete m_Mgr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CFrame::RendererIsFullscreen()
|
bool CFrame::RendererIsFullscreen()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue