From b0c6a12c81c949c7f61b6639b509dad2b4fbb862 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 26 Mar 2008 19:29:33 +0000 Subject: Modified Patch #1925352: Memory leak fixes svn-id: r31244 --- sound/softsynth/adlib.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'sound') 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); -- cgit v1.2.3