aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/animseq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/animseq.cpp')
-rw-r--r--engines/lure/animseq.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lure/animseq.cpp b/engines/lure/animseq.cpp
index f53b532815..9c18cb33aa 100644
--- a/engines/lure/animseq.cpp
+++ b/engines/lure/animseq.cpp
@@ -213,8 +213,7 @@ AnimationSequence::AnimationSequence(uint16 screenId, Palette &palette, bool fa
}
AnimationSequence::~AnimationSequence() {
- if (_lineRefs != NULL)
- delete _lineRefs;
+ delete _lineRefs;
delete _decodedData;
// Renable GMM saving/loading now that the animation is done