mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
fixed another potential crash-on-exit
svn-id: r11983
This commit is contained in:
parent
6f6b0885b4
commit
12aea7c0da
@ -57,6 +57,7 @@ Sound::Sound(ScummEngine *parent) {
|
||||
}
|
||||
|
||||
Sound::~Sound() {
|
||||
stopCDTimer();
|
||||
delete _sfxFile;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user