mirror of https://github.com/axmolengine/axmol.git
Merge pull request #3442 from xbruce/develop
closed 2612: Crash appears when extending cc.ScrollView in JS.
This commit is contained in:
commit
f263f01334
|
@ -61,7 +61,7 @@ ScrollView::ScrollView()
|
|||
|
||||
ScrollView::~ScrollView()
|
||||
{
|
||||
_touches->release();
|
||||
CC_SAFE_RELEASE(_touches);
|
||||
}
|
||||
|
||||
ScrollView* ScrollView::create(Size size, Node* container/* = NULL*/)
|
||||
|
|
Loading…
Reference in New Issue