aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine')
-rw-r--r--engines/cine/gfx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp
index 142a1f3a58..610afda492 100644
--- a/engines/cine/gfx.cpp
+++ b/engines/cine/gfx.cpp
@@ -105,6 +105,8 @@ FWRenderer::FWRenderer() : _background(NULL), _backupPal(), _cmd(""),
FWRenderer::~FWRenderer() {
delete[] _background;
delete[] _backBuffer;
+
+ clearMenuStack();
}
bool FWRenderer::initialize() {