ACCESS: Plug memory leak

This commit is contained in:
Eugene Sandulenko 2016-05-18 12:31:47 +02:00
parent 733e499643
commit b0d90ccccf

View File

@ -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_;
}