[bug] Issue with CCCallFuncO implementation

CCCallFunc initializer accepts empty pSelectorTarget. However, CCCallFuncO::execute() checks only m_pCallFuncO, and dereferences NULL pointer if NULL pSelectorTarget passed to CCCallFuncO::create function.