Do you have to release the returned value for ABAddressBookGetPersonWithRecordID?
Do you have to release the returned value for ABAddressBookGetPersonWithRe开发者_Python百科cordID?
No, you do not have ownership of the return value and thus you do not have to release it.
See Ownership Policy for details on why this is. Make sure you read and understand the "Create Rule" (further down the page), so you can figure out which objects you have to release if you encounter such a case in the future.
精彩评论