[Scummvm-cvs-logs] CVS: scummvm/saga music.cpp,1.17,1.18
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Mon May 31 02:00:02 CEST 2004
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19903
Modified Files:
music.cpp
Log Message:
Set _parser to NULL after deleting it. I don't know if it's necessary, but
it'll make me sleep easier at night, and I should have remembered to do it
before anyway.
Index: music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/music.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- music.cpp 31 May 2004 08:46:36 -0000 1.17
+++ music.cpp 31 May 2004 08:59:11 -0000 1.18
@@ -148,6 +148,7 @@
if (_parser) {
_parser->unloadMusic();
delete _parser;
+ _parser = NULL;
}
}
More information about the Scummvm-git-logs
mailing list