aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/fullpipe/scenes/scene05.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes/scene05.cpp b/engines/fullpipe/scenes/scene05.cpp
index 99a485cf15..b8ecdc4934 100644
--- a/engines/fullpipe/scenes/scene05.cpp
+++ b/engines/fullpipe/scenes/scene05.cpp
@@ -281,6 +281,9 @@ void sceneHandler05_testHatch(ExCommand *inex) {
mq->_isFinished = 0;
+ if (!mq->chain(wacko))
+ delete mq;
+
return;
}