I am facing this type of warning when i analyze my code. I share my screenshot please anybody can suggest me?
This is my warning. What i have to do?
Yes, I got my answer
Before return NO just write this line
if (thisPhones)
{
CFRelease(thisPhones);
}
return NO;