aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/smush/smush_player.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp
index a856d9572e..62879b4e19 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.cpp
@@ -1036,9 +1036,7 @@ void SmushPlayer::parseNextFrame() {
_smixer->stop();
if (_seekFile.size() > 0) {
- if (_base) {
- delete _base;
- }
+ delete _base;
_base = new FileChunk(_seekFile);
if (_seekPos > 0) {