this uses too much memory
This commit is contained in:
@@ -196,7 +196,6 @@ void NoteDataUtil::GetSMNoteDataString( const NoteData &in_, CString ¬es_out,
|
|||||||
CString &sRet = notes_out;
|
CString &sRet = notes_out;
|
||||||
|
|
||||||
sRet = "\n"; /* data begins on a new line when written to disk */
|
sRet = "\n"; /* data begins on a new line when written to disk */
|
||||||
sRet.reserve( 1024*32 );
|
|
||||||
|
|
||||||
for( int m=0; m<=iLastMeasure; m++ ) // foreach measure
|
for( int m=0; m<=iLastMeasure; m++ ) // foreach measure
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user