aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/indeo3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/indeo3.cpp')
-rw-r--r--graphics/video/codecs/indeo3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/video/codecs/indeo3.cpp b/graphics/video/codecs/indeo3.cpp
index 51e946a75b..a19764dc11 100644
--- a/graphics/video/codecs/indeo3.cpp
+++ b/graphics/video/codecs/indeo3.cpp
@@ -58,6 +58,7 @@ Indeo3Decoder::Indeo3Decoder(uint16 width, uint16 height) : _ModPred(0), _correc
}
Indeo3Decoder::~Indeo3Decoder() {
+ _surface->free();
delete _surface;
delete[] _iv_frame[0].the_buf;