From dce1d4aa4b319a934e94e45c3a264c75207a6577 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 9 Dec 2009 23:05:15 +0000 Subject: Properly clean up memory when destroying CursorManager. svn-id: r46325 --- graphics/cursorman.h | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/cursorman.h') diff --git a/graphics/cursorman.h b/graphics/cursorman.h index 1a5c116232..3536f27f9e 100644 --- a/graphics/cursorman.h +++ b/graphics/cursorman.h @@ -165,6 +165,7 @@ private: // ourselves, so it is private and thus there is no way to create this class // except from the Singleton code. CursorManager() {} + ~CursorManager(); struct Cursor { byte *_data; -- cgit v1.2.3