Merge pull request #13802 from geron-cn/v3bugfixs

fix crash recall a cached timeline after exit scene
This commit is contained in:
pandamicro 2015-09-14 22:12:06 +08:00
commit dd6c1bc611
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ namespace cocostudio
void ComExtensionData::onRemove()
{
CC_SAFE_RELEASE_NULL(_timelineData);
}
void ComExtensionData::setActionTag(int actionTag)