fixed a memory leak (one thousand more to go :-)
svn-id: r5215
This commit is contained in:
parent
ad8347a6a5
commit
0006197cf1
1 changed files with 1 additions and 1 deletions
|
@ -4881,7 +4881,7 @@ void SimonState::playMusic(uint music)
|
|||
return;
|
||||
}
|
||||
midi.read_all_songs_old(f);
|
||||
f->close();
|
||||
delete f;
|
||||
}
|
||||
|
||||
midi.initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue