aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/graphics.cpp')
-rw-r--r--engines/parallaction/graphics.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp
index 388547e751..e11edf06c0 100644
--- a/engines/parallaction/graphics.cpp
+++ b/engines/parallaction/graphics.cpp
@@ -852,6 +852,9 @@ Gfx::~Gfx() {
delete _fonts[kFontLabel];
delete _fonts[kFontMenu];
+ freeStaticCnv(_mouseComposedArrow);
+ delete _mouseComposedArrow;
+
return;
}