fix memory leak

This commit is contained in:
Glenn Maynard
2006-03-24 18:20:35 +00:00
parent c7b6b038c5
commit 7ab439ebb2
+2
View File
@@ -926,6 +926,8 @@ ScreenGameplay::~ScreenGameplay()
LOG->Trace( "ScreenGameplay::~ScreenGameplay()" );
SAFE_DELETE( m_pPlayerScoreList );
SAFE_DELETE( m_pSongBackground );
SAFE_DELETE( m_pSongForeground );
if( !GAMESTATE->m_bDemonstrationOrJukebox )
MEMCARDMAN->UnPauseMountingThread();