On 23 Jul 2008, at 3:38 pm, Damien Cooke wrote:

You could return like this

return [myWorkingMutableString copy];

This makes a immutable copy returning an NSString.


Yes, but it also is leaking the returned string, because you have returned a retained object. You should autorelease the string after copying it.

Graham
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to