From 594d82e287acd177b84f0db65ed86080ea1bbc82 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 31 Jan 2010 16:32:11 +0000 Subject: Fix possible memory leaks. svn-id: r47755 --- engines/sci/graphics/animate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/graphics/animate.h b/engines/sci/graphics/animate.h index 7d421c5b8c..c0fddec3cc 100644 --- a/engines/sci/graphics/animate.h +++ b/engines/sci/graphics/animate.h @@ -65,7 +65,7 @@ class Transitions; class GfxAnimate { public: GfxAnimate(EngineState *state, GfxCache *cache, GfxPorts *ports, GfxPaint16 *paint16, GfxScreen *screen, GfxPalette *palette, Cursor *cursor, Transitions *transitions); - ~GfxAnimate(); + virtual ~GfxAnimate(); // FIXME: Don't store EngineState void resetEngineState(EngineState *newState) { _s = newState; } -- cgit v1.2.3