fix minor memleaks

This commit is contained in:
Glenn Maynard
2004-01-21 03:09:59 +00:00
parent 927a47a63e
commit 11e7899226
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -93,6 +93,7 @@ SongManager::SongManager( LoadingWindow *ld )
SongManager::~SongManager()
{
FreeSongs();
FreeCourses();
}
void SongManager::Reload()