diff options
author | Willem Jan Palenstijn | 2011-12-11 11:48:26 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-11 11:48:32 +0100 |
commit | cd44631ffd7a84837dc4b5c30cb84cf76a44b483 (patch) | |
tree | 7c3fbd4a459e690c3e104c526ee356693e7aa3cd /engines | |
parent | 36b8a60eda5db6a9b3597a00ac9184eb608b9ae9 (diff) | |
download | scummvm-rg350-cd44631ffd7a84837dc4b5c30cb84cf76a44b483.tar.gz scummvm-rg350-cd44631ffd7a84837dc4b5c30cb84cf76a44b483.tar.bz2 scummvm-rg350-cd44631ffd7a84837dc4b5c30cb84cf76a44b483.zip |
DREAMWEB: Add FIXME about errors on quit
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dreamweb/stubs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 388118a2ff..a3398568c0 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -640,6 +640,8 @@ void DreamGenContext::dreamweb() { } done: // The engine will need some cleaner finalization, let's put it here for now + // FIXME: This triggers "Deallocating non existent segment" errors when + // quitting from a menu. getRidOfAll(); engine->freeIcons1(); engine->freeIcons2(); |