Update CCScrollView.cpp

change release mode
This commit is contained in:
xbruce 2013-08-20 14:58:26 +08:00
parent f97f7edeb6
commit d2684338a5
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ ScrollView::ScrollView()
ScrollView::~ScrollView()
{
_touches->release();
CC_SAFE_RELEASE(_touches);
}
ScrollView* ScrollView::create(Size size, Node* container/* = NULL*/)