aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-05 10:56:56 +1000
committerPaul Gilbert2012-05-05 10:56:56 +1000
commit046620054f3b2817b366e3e3bc01b4a84206dd6f (patch)
tree911fc3725182760bc7b0ea0a9b325e4d0ab858bf /engines/tony/font.h
parent734fae9193fdabd6dcac5f40f765d904c030f7d1 (diff)
downloadscummvm-rg350-046620054f3b2817b366e3e3bc01b4a84206dd6f.tar.gz
scummvm-rg350-046620054f3b2817b366e3e3bc01b4a84206dd6f.tar.bz2
scummvm-rg350-046620054f3b2817b366e3e3bc01b4a84206dd6f.zip
TONY: Fix some Valgrind identified memory leaks
Diffstat (limited to 'engines/tony/font.h')
-rw-r--r--engines/tony/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tony/font.h b/engines/tony/font.h
index 33332db9f0..3012502d4c 100644
--- a/engines/tony/font.h
+++ b/engines/tony/font.h
@@ -215,6 +215,7 @@ protected:
public:
RMText();
virtual ~RMText();
+ static void Unload();
// Setta il tipo di allineamento
void SetAlignType(HORALIGN aHor, VERALIGN aVer) { aHorType=aHor; aVerType=aVer; }