Skip to content

Commit

Permalink
DM: Fix double delete[] of DMEngine::_savedScreenForOpenEntranceDoor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendegúz Nagy committed Aug 26, 2016
1 parent 6428110 commit 1f99dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/dm/dm.cpp
Expand Up @@ -731,6 +731,7 @@ void DMEngine::f438_STARTEND_OpenEntranceDoors() {
f22_delay(3);
}
delete[] _savedScreenForOpenEntranceDoors;
_savedScreenForOpenEntranceDoors = nullptr;
}


Expand Down

0 comments on commit 1f99dab

Please sign in to comment.