• 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: when should my NSWindowController be released?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: when should my NSWindowController be released?


  • Subject: Re: when should my NSWindowController be released?
  • From: Markus Spoettl <email@hidden>
  • Date: Sat, 13 Sep 2008 00:38:59 -0700

On Sep 13, 2008, at 12:08 AM, Charles Steinman wrote:
The process's entire memory space is freed when it terminates. Because of this, objects may not ever receive a dealloc message. The documentation for -[NSObject dealloc] discusses this.


Yes, I know but it isn't exactly helpful in determining whether you're leaking memory or not. -dealloc: may not be called because the system decides it's better not to - or - because you have a bug in your memory management.

Markus
--
__________________________________________
Markus Spoettl

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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

  • Follow-Ups:
    • Re: when should my NSWindowController be released?
      • From: Seth Willits <email@hidden>
References: 
 >Re: when should my NSWindowController be released? (From: Charles Steinman <email@hidden>)

  • Prev by Date: Re: when should my NSWindowController be released?
  • Next by Date: Re: when should my NSWindowController be released?
  • Previous by thread: Re: when should my NSWindowController be released?
  • Next by thread: Re: when should my NSWindowController be released?
  • Index(es):
    • Date
    • Thread