I still have leaks appearing in my Person initWithPrimaryKey method.
The leaked objects are in fact NSCFString with Responsible Library : Foundation and Responsible Frame : -[NSPlaceholderString
The stack in the Extreme Detailed Pane shows the +[NSString stringWithUTF8String] called in initWithPrimaryKey to set the firstnames and lastnames of my Person objects.
Is it a know problem that those NSStrings produced by stringWithUTF8String are leaking ?
Regards,
DDA
|