issue #3713:invoke static member function to destroy singleone object

This commit is contained in:
minggo 2014-01-21 10:14:00 +08:00
parent 3e5fbb2422
commit ee06a5908c
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ Director::~Director(void)
delete _console;
// clean auto release pool
PoolManager::getInstance()->destroyInstance();
PoolManager::destroyInstance();
// delete _lastUpdate
CC_SAFE_DELETE(_lastUpdate);