aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/gfx.cpp')
-rw-r--r--engines/hdb/gfx.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hdb/gfx.cpp b/engines/hdb/gfx.cpp
index e60a7ba2ab..05adecb1a6 100644
--- a/engines/hdb/gfx.cpp
+++ b/engines/hdb/gfx.cpp
@@ -1057,7 +1057,6 @@ Picture::Picture() : _width(0), _height(0), _name("") {
}
Picture::~Picture() {
- _surface.free();
}
Graphics::Surface Picture::load(Common::SeekableReadStream *stream) {
@@ -1115,7 +1114,6 @@ Tile::Tile() : _flags(0), _name("") {
}
Tile::~Tile() {
- _surface.free();
}
Graphics::Surface Tile::load(Common::SeekableReadStream *stream) {