Migration to Cocos 2.2 Question

Hi,
In older version of cocos, CCPoint object was “autorelease”. In current version it is not anymore. Is it safe to assume that any cocos API which is using CCPOint, will be responsible to release it?

Thanks