Leak an object when quitting Dolphin to try and fix issue 6546

This commit is contained in:
Pierre Bourdon 2013-09-09 18:44:21 +02:00
parent 908963d601
commit 380b780dd1
1 changed files with 0 additions and 2 deletions

View File

@ -389,8 +389,6 @@ CFrame::~CFrame()
#endif #endif
ClosePages(); ClosePages();
delete m_Mgr;
} }
bool CFrame::RendererIsFullscreen() bool CFrame::RendererIsFullscreen()