On Jun 29, 2008, at 1:58 AM, mmalc crawford wrote:

On Jun 28, 2008, at 9:59 PM, Charles Srstka wrote:

Methods that begin with "alloc" or "new" or contain "copy" will return objects you are responsible for. All other objects returned from methods are taken care of.

Well, there is the notable exception of top-level objects loaded from a NIB file, which do need to be released.

... which is documented:
<http://developer.apple.com/documentation/Cocoa/Conceptual/LoadingResources/CocoaNibs/chapter_3_section_3.html# >

mmalc

Yes, but it's not obvious, which is why I thought to point it out since we're discussing the times when you should and shouldn't release objects. The alloc, init, and retain methods are also documented, but that doesn't mean we can't help people out with them, does it? I just think that the standard "release something only if you inited or retained it" advice should be amended to "release something only if you inited or retained it, or if you got it from a NIB."

I know this confused *me* back when I was starting out, so I just thought I'd throw that out there.

Charles
_______________________________________________

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