Fixed leak in new gui code.

svn-id: r33261
This commit is contained in:
Nicola Mettifogo 2008-07-24 09:42:44 +00:00
parent 4936e5f7df
commit ba1f91eba8

View File

@ -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]);