Skip to content

Commit

Permalink
FULLPIPE: Remove extra null check. CID 1220155
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jun 6, 2014
1 parent e4403ee commit 631d4cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engines/fullpipe/motion.cpp
Expand Up @@ -554,8 +554,7 @@ MessageQueue *MctlLadder::doWalkTo(StaticANIObject *ani, int xpos, int ypos, int

mq->transferExCommands(newmq);

if (newmq)
delete newmq;
delete newmq;

ani->setPicAniInfo(&picinfo);

Expand Down

0 comments on commit 631d4cd

Please sign in to comment.