men leak fixed (life-cycle management was hand downed to scene-graph)

This commit is contained in:
성낙호 2013-09-09 17:07:32 +09:00
parent 95c6c66d58
commit 3a4c9f9fb0
1 changed files with 1 additions and 0 deletions
samples/Cpp/AssetsManagerTest/Classes

View File

@ -146,6 +146,7 @@ bool UpdateLayer::init()
pAssetsManager->setDelegate(this);
pAssetsManager->setConnectionTimeout(3);
addChild(pAssetsManager);
pAssetsManager->release();
createDownloadedDir();