わからないことがあります。
unscheduleのタイミングで落ちます。

EXC_BAD_ACCESS
落ちるところ、HASH_FIND_PTR(_hashForTimers, &target, element);



scheduleの呼び出し先

(いろいろな処理)
this->removeFromParentAndCleanup(true);
this->unschedule(schedule_selector(HelloWorld::runAnimation));

removeFromParentAndCleanupを消せば落ちませんが、スプライトを消したいのです。
(cocos2dで昔このような書き方をして落ちなかったはずなのですが。。)

何か対応方法はありますでしょうか?
HASH_FIND_PTR(_hashForTimers, &target, element);で
ぐぐっても中国のサイトしかできず解読できません。。煮詰まっています。。