diff options
-rw-r--r-- | engines/hdb/gfx.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/gfx.cpp b/engines/hdb/gfx.cpp index f9534eaddf..2593198f06 100644 --- a/engines/hdb/gfx.cpp +++ b/engines/hdb/gfx.cpp @@ -42,6 +42,8 @@ Gfx::~Gfx() { delete _gfxCache; delete _sines; delete _cosines; + for (int i = 0; i < _fontHeader.numChars; i++) + _fontSurfaces[i].free(); _globalSurface.free(); } |