Re: GC and propertyListFromData:mutabilityOption:format:errorDescription:

2008-11-10 Thread Quincey Morris
On Nov 10, 2008, at 11:04, Michael Link wrote: The documentation for propertyListFromData:mutabilityOption:format:errorDescription: says that errorDescription needs to be released by the caller. In a garbage collected environment is this still the case? Should NSMakeCollectable() be calle

GC and propertyListFromData:mutabilityOption:format:errorDescription:

2008-11-10 Thread Michael Link
The documentation for propertyListFromData:mutabilityOption:format:errorDescription: says that errorDescription needs to be released by the caller. In a garbage collected environment is this still the case? Should NSMakeCollectable() be called on errorDescription? Is it safe to call NSMak