Fix bug 2969257 (labels) and hopefully plug all the leaks.

svn-id: r48811
This commit is contained in:
Nicola Mettifogo 2010-04-27 08:59:13 +00:00
parent 7c26675ec1
commit 498d8000ca
10 changed files with 234 additions and 102 deletions

View file

@ -204,6 +204,8 @@ Zone::Zone() {
}
Zone::~Zone() {
_vm->_gfx->unregisterLabel(_label);
delete _label;
}
void Zone::translate(int16 x, int16 y) {