mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 20:51:14 +00:00
ACCESS: Fix memory leak
This commit is contained in:
parent
a3d1ecb7d1
commit
6858dbe2c2
@ -642,7 +642,9 @@ int BubbleBox::doBox_v1(int item, int box, int &btnSelected) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
delete icons;
|
||||
|
||||
_vm->_screen->restoreScreen();
|
||||
_vm->_boxDataStart = _startItem;
|
||||
_vm->_boxSelectYOld = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user