Re: NSDictionary, allKeys and the NSAutoreleasePool
Re: NSDictionary, allKeys and the NSAutoreleasePool
- Subject: Re: NSDictionary, allKeys and the NSAutoreleasePool
- From: Scott Andrew <email@hidden>
- Date: Thu, 3 Sep 2009 11:40:39 -0700
I could have sworn in either the apple docs (or one of the cocoa
books, maybe this board). I maybe thinking of the general rule that
you don't own the object until you retain it and its only valid or the
within the method that its recieved. My bad.
Scott
On Sep 3, 2009, at 11:29 AM, mmalc Crawford wrote:
On Sep 3, 2009, at 7:56 AM, Scott Andrew wrote:
As Cocoa documentation states all items returned from a message are
autoreleased unless otherwise stated in the documentation for the
API call.
The documentation emphatically does not state that.
The basic rules are given here:
<http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html#//apple_ref/doc/uid/20000994-BAJHFBGH
>
The rest of the document gives further details.
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden