diff --git a/src/NotesLoaderSMA.cpp b/src/NotesLoaderSMA.cpp index 2d17557deb..5f4d2faea4 100644 --- a/src/NotesLoaderSMA.cpp +++ b/src/NotesLoaderSMA.cpp @@ -538,7 +538,7 @@ bool SMALoader::LoadFromSMAFile( const RString &sPath, Song &out ) else { state = SMA_GETTING_STEP_INFO; - pNewNotes = out.CreateSteps(); + pNewNotes = new Steps; } }