diff options
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 45aaf88c18..bcf9dd0416 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4475,6 +4475,7 @@ void SimonEngine::shutdown() { delete _game_file; _game_file = NULL; } + midi.close(); _system->quit(); } |