aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/zvision/rlf_animation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/zvision/rlf_animation.cpp b/engines/zvision/rlf_animation.cpp
index 0ffeeb0f0f..5ce58e68fd 100644
--- a/engines/zvision/rlf_animation.cpp
+++ b/engines/zvision/rlf_animation.cpp
@@ -74,6 +74,7 @@ RlfAnimation::~RlfAnimation() {
delete[] _frames[i].encodedData;
}
delete[] _frames;
+ _currentFrameBuffer.free();
}
bool RlfAnimation::readHeader() {