allow unloading steps from a specific profile

This commit is contained in:
Glenn Maynard
2005-04-25 00:05:42 +00:00
parent 8f831ffb85
commit dcafde0088
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1219,7 +1219,7 @@ void SongManager::FreeAllLoadedFromProfiles()
for( unsigned s=0; s<m_pSongs.size(); s++ )
{
Song* pSong = m_pSongs[s];
pSong->FreeAllLoadedFromProfiles();
pSong->FreeAllLoadedFromProfile();
}
// After freeing some Steps pointers, the cache will be invalid.