• 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 IB stuff when quitting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: releasing IB stuff when quitting


  • Subject: Re: releasing IB stuff when quitting
  • From: Ondra Cada <email@hidden>
  • Date: Fri, 29 Apr 2005 05:22:48 +0200

john,

On 29.4.2005, at 4:22, john wrote:

1) What happens to the objects in the main.nib file when quitting the app? I assume they are released, however the dealloc method isn't called.

When a process quits, all its memory is released. This is *ways* lower than ObjC runtime, thus no deallocs are even sent: the memory contents is not checked anyhow.


2) What happens to objects the objects in the main.nib file create? If the dealloc method isn't called, do these objects just leak?

While the app runs, they do exist (unless you release them yourself). --- Ondra Čada OCSoftware: email@hidden http://www.ocs.cz private email@hidden http://www.ocs.cz/oc

_______________________________________________
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 IB stuff when quitting (From: john <email@hidden>)

  • Prev by Date: Re: Breaking into debugger after program hangs....
  • Next by Date: Re: nsstepper up arrow and down arrow
  • Previous by thread: Re: releasing IB stuff when quitting
  • Next by thread: Working with large files, efficiently/fast?
  • Index(es):
    • Date
    • Thread