aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/audio.h
diff options
context:
space:
mode:
authorDavid Turner2010-11-09 23:57:56 +0000
committerDavid Turner2010-11-09 23:57:56 +0000
commita74b8ad67f7c334051dce8bdb74a514169f905af (patch)
tree6912b40a2ccc8dd58e096171b6e44d72ff24014a /engines/toon/audio.h
parent95a58b24712ee0f3801485be1534ade0b733017e (diff)
downloadscummvm-rg350-a74b8ad67f7c334051dce8bdb74a514169f905af.tar.gz
scummvm-rg350-a74b8ad67f7c334051dce8bdb74a514169f905af.tar.bz2
scummvm-rg350-a74b8ad67f7c334051dce8bdb74a514169f905af.zip
TOON: 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 significant number still remain. svn-id: r54176
Diffstat (limited to 'engines/toon/audio.h')
-rw-r--r--engines/toon/audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/audio.h b/engines/toon/audio.h
index e0676c2992..dec731e78d 100644
--- a/engines/toon/audio.h
+++ b/engines/toon/audio.h
@@ -124,7 +124,7 @@ public:
void removeInstance(AudioStreamInstance *inst); // called by destructor
AudioManager(ToonEngine *vm, Audio::Mixer *mixer);
- ~AudioManager(void);
+ ~AudioManager();
bool voiceStillPlaying();