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/flux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toon/flux.h') diff --git a/engines/toon/flux.h b/engines/toon/flux.h index 7981799cba..a90853cb02 100644 --- a/engines/toon/flux.h +++ b/engines/toon/flux.h @@ -36,7 +36,7 @@ namespace Toon { class CharacterFlux : public Character { public: CharacterFlux(ToonEngine *vm); - virtual ~CharacterFlux(void); + virtual ~CharacterFlux(); void setPosition(int32 x, int32 y); void playStandingAnim(); -- cgit v1.2.3