Added FIXME for heap corruption occurring when exiting SCI games

svn-id: r39315
This commit is contained in:
Filippos Karapetis 2009-03-10 22:04:48 +00:00
parent 915b29c3f5
commit 54e2aedb46

View file

@ -264,6 +264,7 @@ int SegManager::deallocate(int seg, bool recursive) {
free(str->name);
str->name = NULL;
// FIXME: this corrupts the heap for some reason
free(str->value);
str->value = NULL;