diff options
Diffstat (limited to 'queen/music.cpp')
-rw-r--r-- | queen/music.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/music.cpp b/queen/music.cpp index 94b6857947..ac4b407200 100644 --- a/queen/music.cpp +++ b/queen/music.cpp @@ -64,6 +64,7 @@ namespace Queen { void Music::stopSong() { _isPlaying = false; + _midi->unloadMusic(); } void Music::myTimerProc(void *refCon) { |