Leak an object when quitting Dolphin to try and fix issue 6546
This commit is contained in:
parent
908963d601
commit
380b780dd1
|
@ -389,8 +389,6 @@ CFrame::~CFrame()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ClosePages();
|
ClosePages();
|
||||||
|
|
||||||
delete m_Mgr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CFrame::RendererIsFullscreen()
|
bool CFrame::RendererIsFullscreen()
|
||||||
|
|
Loading…
Reference in New Issue