mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
TSAGE: Properly destroy OPL instance on shutdown
This commit is contained in:
parent
28e236dc68
commit
a7ee13a1ec
@ -2396,6 +2396,7 @@ AdlibSoundDriver::AdlibSoundDriver(): SoundDriver() {
|
||||
|
||||
AdlibSoundDriver::~AdlibSoundDriver() {
|
||||
DEALLOCATE(_patchData);
|
||||
OPLDestroy(_opl);
|
||||
}
|
||||
|
||||
bool AdlibSoundDriver::open() {
|
||||
|
Loading…
Reference in New Issue
Block a user