diff options
Diffstat (limited to 'sound/softsynth')
-rw-r--r-- | sound/softsynth/adlib.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/softsynth/adlib.cpp b/sound/softsynth/adlib.cpp index 90f411b1df..1cf4c2b179 100644 --- a/sound/softsynth/adlib.cpp +++ b/sound/softsynth/adlib.cpp @@ -871,6 +871,7 @@ void MidiDriver_ADLIB::close() { } // Turn off the OPL emulation + OPLDestroy(_opl); // YM3812Shutdown(); free(_adlib_reg_cache); |