diff options
author | Johannes Schickel | 2009-12-09 23:05:15 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-12-09 23:05:15 +0000 |
commit | dce1d4aa4b319a934e94e45c3a264c75207a6577 (patch) | |
tree | 50ac7300832ecbbd6d3259798cc843b77ce7fdd0 /graphics/cursorman.h | |
parent | 7605a35fd7695c292c8176b3ea885d2be03e35cf (diff) | |
download | scummvm-rg350-dce1d4aa4b319a934e94e45c3a264c75207a6577.tar.gz scummvm-rg350-dce1d4aa4b319a934e94e45c3a264c75207a6577.tar.bz2 scummvm-rg350-dce1d4aa4b319a934e94e45c3a264c75207a6577.zip |
Properly clean up memory when destroying CursorManager.
svn-id: r46325
Diffstat (limited to 'graphics/cursorman.h')
-rw-r--r-- | graphics/cursorman.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |