aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/parallaction/graphics.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp
index e9d8d40c57..45a8fbf4a0 100644
--- a/engines/parallaction/graphics.cpp
+++ b/engines/parallaction/graphics.cpp
@@ -896,6 +896,7 @@ Gfx::~Gfx() {
delete _fonts[kFontLabel];
delete _fonts[kFontMenu];
+ _mouseComposedArrow->free();
delete _mouseComposedArrow;
return;