mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
Fix valgrind warning about mismatched delete.
svn-id: r38429
This commit is contained in:
parent
5b8d0a77ff
commit
bc39dc9d75
@ -1709,7 +1709,7 @@ void KyraEngine_LoK::setupPanPages() {
|
||||
|
||||
void KyraEngine_LoK::freePanPages() {
|
||||
debugC(9, kDebugLevelMain, "KyraEngine_LoK::freePanPages()");
|
||||
delete _endSequenceBackUpRect;
|
||||
delete[] _endSequenceBackUpRect;
|
||||
_endSequenceBackUpRect = 0;
|
||||
for (int i = 0; i <= 19; ++i) {
|
||||
delete[] _panPagesTable[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user