mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
ACCESS: Plug memory leak
This commit is contained in:
parent
733e499643
commit
b0d90ccccf
@ -611,6 +611,7 @@ int BubbleBox::doBox_v1(int item, int box, int &btnSelected) {
|
||||
_vm->_events->showCursor();
|
||||
warning("TODO: pop values");
|
||||
_vm->_screen->restoreScreen();
|
||||
delete icons;
|
||||
return retval_;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user