GRIM: Fix some memory leaks related to not always freeing streams

This commit is contained in:
Joel Teichroeb 2012-01-20 12:06:01 -08:00
parent 439f0eebe7
commit af7f68db76
12 changed files with 12 additions and 10 deletions

View file

@ -124,7 +124,6 @@ BitmapData::BitmapData(const Common::String &fname, Common::SeekableReadStream *
Debug::error(Debug::Bitmaps, "Invalid magic loading bitmap");
break;
}
delete data;
}