mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
Fixed leak in new gui code.
svn-id: r33261
This commit is contained in:
parent
4936e5f7df
commit
ba1f91eba8
@ -501,6 +501,11 @@ public:
|
||||
_block.create(BLOCK_WIDTH, BLOCK_HEIGHT, 1);
|
||||
}
|
||||
|
||||
~SelectCharacterInputState() {
|
||||
_block.free();
|
||||
_emptySlots.free();
|
||||
}
|
||||
|
||||
void cleanup() {
|
||||
_points[0] = _points[1] = _points[2] = 0;
|
||||
_vm->_gfx->hideLabel(_labels[1]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user