DM: Fix double delete[] of DMEngine::_savedScreenForOpenEntranceDoor
This commit is contained in:
parent
6428110da8
commit
1f99dab5b5
1 changed files with 1 additions and 0 deletions
|
@ -731,6 +731,7 @@ void DMEngine::f438_STARTEND_OpenEntranceDoors() {
|
|||
f22_delay(3);
|
||||
}
|
||||
delete[] _savedScreenForOpenEntranceDoors;
|
||||
_savedScreenForOpenEntranceDoors = nullptr;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue