diff options
author | Max Horn | 2005-06-25 15:43:59 +0000 |
---|---|---|
committer | Max Horn | 2005-06-25 15:43:59 +0000 |
commit | 003081fd5377f9daf32fcd18abe957f577b2bb81 (patch) | |
tree | 2a10c86cca72b8fda5cbb6f55676970851a7bf36 /scumm/smush/smush_player.cpp | |
parent | 139ee21041193d2307434a8d3d35e06350353bd5 (diff) | |
download | scummvm-rg350-003081fd5377f9daf32fcd18abe957f577b2bb81.tar.gz scummvm-rg350-003081fd5377f9daf32fcd18abe957f577b2bb81.tar.bz2 scummvm-rg350-003081fd5377f9daf32fcd18abe957f577b2bb81.zip |
cleanup
svn-id: r18462
Diffstat (limited to 'scumm/smush/smush_player.cpp')
-rw-r--r-- | scumm/smush/smush_player.cpp | 4 |
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) { |