LAB: Fix crash in intro

This commit is contained in:
Strangerke 2015-12-20 16:33:48 +01:00 committed by Willem Jan Palenstijn
parent feeaf09486
commit cc039ef113

View File

@ -108,7 +108,7 @@ void DisplayMan::readPict(Common::String filename, bool playOnce, bool onlyDiffD
}
void DisplayMan::freePict() {
delete[] _curBitmap;
delete _curBitmap;
_curBitmap = nullptr;
}