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.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/hdb/gfx.cpp b/engines/hdb/gfx.cpp
index 8c7cb052b4..94c46bddf8 100644
--- a/engines/hdb/gfx.cpp
+++ b/engines/hdb/gfx.cpp
@@ -52,6 +52,13 @@ Gfx::~Gfx() {
for (int i = 0; i < _fontHeader.numChars; i++)
_fontSurfaces[i].free();
_globalSurface.free();
+ delete[] _tLookupArray;
+ for (int i = 0; i < 8; i++)
+ delete _mousePointer[i];
+ for (int i = 0; i < 4; i++)
+ delete _starField[i];
+ delete _snowflake;
+ delete _skyClouds;
}
bool Gfx::init() {