• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Releasing what's in an array?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Releasing what's in an array? (From: Mark Dawson <email@hidden>)
 >Re: Releasing what's in an array? (From: Shawn Erickson <email@hidden>)
 >Re: Releasing what's in an array? (From: Mark Dawson <email@hidden>)
 >Re: Releasing what's in an array? (From: Shawn Erickson <email@hidden>)
 >Re: Releasing what's in an array? (From: Mark Dawson <email@hidden>)
 >Re: Releasing what's in an array? (From: Shawn Erickson <email@hidden>)

  • Prev by Date: Re: Releasing what's in an array?
  • Next by Date: Re: Binding name must be same as ivar name?
  • Previous by thread: Re: Releasing what's in an array?
  • Next by thread: Please help a newbie with delegation!
  • Index(es):
    • Date
    • Thread