diff options
Diffstat (limited to 'graphics/video/codecs/cdtoons.cpp')
| -rw-r--r-- | graphics/video/codecs/cdtoons.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/video/codecs/cdtoons.cpp b/graphics/video/codecs/cdtoons.cpp index 8cd38b1744..c3d00d8702 100644 --- a/graphics/video/codecs/cdtoons.cpp +++ b/graphics/video/codecs/cdtoons.cpp @@ -62,6 +62,7 @@ CDToonsDecoder::CDToonsDecoder(uint16 width, uint16 height) { } CDToonsDecoder::~CDToonsDecoder() { + _surface->free(); delete _surface; for (Common::HashMap<uint16, CDToonsBlock>::iterator i = _blocks.begin(); i != _blocks.end(); i++) |
