mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 20:55:19 +00:00
fixed a memory leak (one thousand more to go :-)
svn-id: r5215
This commit is contained in:
parent
ad8347a6a5
commit
0006197cf1
@ -4881,7 +4881,7 @@ void SimonState::playMusic(uint music)
|
||||
return;
|
||||
}
|
||||
midi.read_all_songs_old(f);
|
||||
f->close();
|
||||
delete f;
|
||||
}
|
||||
|
||||
midi.initialize();
|
||||
|
Loading…
Reference in New Issue
Block a user