aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/menu.cpp')
-rw-r--r--engines/hdb/menu.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/menu.cpp b/engines/hdb/menu.cpp
index a3c6b8ec29..ffcf673723 100644
--- a/engines/hdb/menu.cpp
+++ b/engines/hdb/menu.cpp
@@ -680,6 +680,9 @@ void Menu::freeMenu() {
if (_menuBackoutGfx)
delete _menuBackoutGfx;
_menuBackoutGfx = NULL;
+ if (_menuBackspaceGfx)
+ delete _menuBackspaceGfx;
+ _menuBackspaceGfx = NULL;
if (_controlButtonGfx)
delete _controlButtonGfx;