From 33e69bc57636f0bbc83e43b6fc210e65b8465686 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 1 Apr 2007 11:24:40 +0000 Subject: [PATCH] Free the courses before the songs as per prior comments. --- stepmania/src/SongManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index 6467ec1fe7..54618b8ea6 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -110,8 +110,8 @@ void SongManager::Reload( bool bAllowFastLoad, LoadingWindow *ld ) // save scores before unloading songs, of the scores will be lost PROFILEMAN->SaveMachineProfile(); - FreeSongs(); FreeCourses(); + FreeSongs(); const bool OldVal = PREFSMAN->m_bFastLoad; if( !bAllowFastLoad )