fixed another potential crash-on-exit

svn-id: r11983
This commit is contained in:
Max Horn 2003-12-27 21:33:34 +00:00
parent 6f6b0885b4
commit 12aea7c0da

View File

@ -57,6 +57,7 @@ Sound::Sound(ScummEngine *parent) {
}
Sound::~Sound() {
stopCDTimer();
delete _sfxFile;
}