From 52ecbd4305d2f728ea8db11dab28e9a56c9dcb6e Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 10 Nov 2010 06:22:18 +0000 Subject: TOON: Even more corrections to close memory leaks. These corrections close a number of leaks in the Toon engine reported by running Valgrind with --leak-check=full option, but a few still remain. svn-id: r54185 --- engines/toon/drew.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toon/drew.h') diff --git a/engines/toon/drew.h b/engines/toon/drew.h index a5be4c76c3..35afa6ccdf 100644 --- a/engines/toon/drew.h +++ b/engines/toon/drew.h @@ -36,7 +36,7 @@ class ToonEngine; class CharacterDrew : public Character { public: CharacterDrew(ToonEngine *vm); - virtual ~CharacterDrew(void); + virtual ~CharacterDrew(); bool setupPalette(); void setFacing(int32 facing); void playStandingAnim(); -- cgit v1.2.3