Re: Releasing what's in an array?
Re: Releasing what's in an array?
- Subject: Re: Releasing what's in an array?
- From: Shawn Erickson <email@hidden>
- Date: Fri, 25 Feb 2005 11:47:52 -0800
On Feb 25, 2005, at 11:39 AM, Shawn Erickson wrote:
Very important point to drive home is that release != dealloc. Release
only means that one less person, etc. is interested in the object and
once no one cares about the object it will be released (retain count
reaches zero). So be careful when you say release or think release to
insure you don't actually mean dealloc or vice versa.
Oops sorry found a typo in the above...
no one cares about the object it will be DEALLOCATED
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden