Kaydet (Commit) e0d20cbd authored tarafından August Sodora's avatar August Sodora

valgrind: Fix memory leak

üst 9f1ee3e5
...@@ -245,6 +245,7 @@ BasicIDEShell::~BasicIDEShell() ...@@ -245,6 +245,7 @@ BasicIDEShell::~BasicIDEShell()
SetWindow( 0 ); SetWindow( 0 );
SetCurWindow( 0 ); SetCurWindow( 0 );
delete m_pCurLocalizationMgr;
IDEBaseWindow* pWin = aIDEWindowTable.First(); IDEBaseWindow* pWin = aIDEWindowTable.First();
while ( pWin ) while ( pWin )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment