Fix bug 2969257 (labels) and hopefully plug all the leaks.
svn-id: r48811
This commit is contained in:
parent
7c26675ec1
commit
498d8000ca
10 changed files with 234 additions and 102 deletions
|
@ -204,6 +204,8 @@ Zone::Zone() {
|
|||
}
|
||||
|
||||
Zone::~Zone() {
|
||||
_vm->_gfx->unregisterLabel(_label);
|
||||
delete _label;
|
||||
}
|
||||
|
||||
void Zone::translate(int16 x, int16 y) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue