[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.303,1.304

Max Horn fingolfin at users.sourceforge.net
Sat Dec 27 13:48:01 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv27347

Modified Files:
	sound.cpp 
Log Message:
fixed another potential crash-on-exit

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- sound.cpp	27 Dec 2003 18:29:20 -0000	1.303
+++ sound.cpp	27 Dec 2003 21:33:34 -0000	1.304
@@ -57,6 +57,7 @@
 }
 
 Sound::~Sound() {
+	stopCDTimer();
 	delete _sfxFile;
 }
 





More information about the Scummvm-git-logs mailing list