NSString potencial leak
Posted
by VansFannel
on Stack Overflow
See other posts from Stack Overflow
or by VansFannel
Published on 2010-04-14T14:22:15Z
Indexed on
2010/04/14
14:43 UTC
Read the original article
Hit count: 299
objective-c
|memory-leaks
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?
© Stack Overflow or respective owner