aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-05-21 21:06:30 +0000
committerNicola Mettifogo2007-05-21 21:06:30 +0000
commit7d2809108e9a4c89d7d17e87539d893458a5e3b4 (patch)
tree9e80a7186f5ca22292f6480820d35b32efb00208 /engines/parallaction/graphics.cpp
parent8bc84330596829f129e9c00ca2c1711f73685cb6 (diff)
downloadscummvm-rg350-7d2809108e9a4c89d7d17e87539d893458a5e3b4.tar.gz
scummvm-rg350-7d2809108e9a4c89d7d17e87539d893458a5e3b4.tar.bz2
scummvm-rg350-7d2809108e9a4c89d7d17e87539d893458a5e3b4.zip
Fixed the largest memory leaks.
svn-id: r26905
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;
}