CCTextFieldTTF sometimes make crash, when i use inpuTextField(cocos2d-1.0.1-x-0.10.0 )

hello everybody:

i am using CCTextFieldTTF in my programe, and sometimes, when i touch the inputtext place, programm crash…

the detail is that:

“CCTouchHandler::~CCTouchHandler(void)
{
if (m_pDelegate)
{
m_pDelegate~~>destroy;
}
}
"
the breakpoint can not pass when get to "m_pDelegate~~>destroy();”

hope somebody help :slight_smile: