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
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