...but braces are needed instead.

This commit is contained in:
Jason Felds
2013-05-05 08:22:45 -04:00
parent faae62ffb3
commit c7800078f2
+2
View File
@@ -419,7 +419,9 @@ void SongManager::FreeSongs()
//m_sSongGroupBackgroundPaths.clear();
for (Song *song : m_pSongs)
{
SAFE_DELETE( song );
}
m_pSongs.clear();
m_mapSongGroupIndex.clear();