LASTEXPRESS: Use SAFE_DELETE for class variables
svn-id: r54201
This commit is contained in:
parent
7207d920bc
commit
521f228ced
17 changed files with 99 additions and 88 deletions
|
@ -100,7 +100,7 @@ Debugger::Debugger(LastExpressEngine *engine) : _engine(engine), _command(NULL),
|
|||
Debugger::~Debugger() {
|
||||
DebugMan.clearAllDebugChannels();
|
||||
|
||||
delete _soundStream;
|
||||
SAFE_DELETE(_soundStream);
|
||||
resetCommand();
|
||||
|
||||
_command = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue