mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
LAB: Fix crash in intro
This commit is contained in:
parent
feeaf09486
commit
cc039ef113
@ -108,7 +108,7 @@ void DisplayMan::readPict(Common::String filename, bool playOnce, bool onlyDiffD
|
||||
}
|
||||
|
||||
void DisplayMan::freePict() {
|
||||
delete[] _curBitmap;
|
||||
delete _curBitmap;
|
||||
_curBitmap = nullptr;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user