Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Leak an object when quitting Dolphin to try and fix issue 6546
  • Loading branch information
delroth committed Sep 9, 2013
1 parent 908963d commit 380b780
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/DolphinWX/Src/Frame.cpp
Expand Up @@ -389,8 +389,6 @@ CFrame::~CFrame()
#endif

ClosePages();

delete m_Mgr;
}

bool CFrame::RendererIsFullscreen()
Expand Down

0 comments on commit 380b780

Please sign in to comment.