NSString potencial leak
- by VansFannel
Hello.
When I build and analyze my project on XCode, I obtain a 'warning' on the following line:
NSString *contactEmail = (NSString *)ABMultiValueCopyValueAtIndex(emailInfo, 0);
The message is: Potencial leak on object allocated on line ... and stored into contactEmail.
Is there any error on that line?