• 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
dealloc methods not being called?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dealloc methods not being called?


  • Subject: dealloc methods not being called?
  • From: Randall Meadows <email@hidden>
  • Date: Fri, 21 Mar 2008 15:11:28 -0600

I'm trying to do some cleanup work when my app terminates*. I have the appropriate code to do said cleanup in one of my dealloc methods. I'm finding that when I quit the app (cmd-Q), NONE of my dealloc methods are being called (I have breakpoints set of every one of them, and not a single one is being called).

Now, I've implemented NSApplication's -applicationWillTerminate: delegate method, and thankfully it *is* being called, so I s'pose I can do what I need to do there, but...why aren't any of the dealloc methods being hit?


Thanks! randy

* - One of my objects holds onto a connection to an external camera; without properly closing this connection, the camera cannot be operated manually without first disconnecting it from the computer, so I want to be nice and clean things up.
_______________________________________________


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: dealloc methods not being called?
      • From: John Stiles <email@hidden>
  • Prev by Date: Re: Best Way To Lookup From a Huge Table
  • Next by Date: Re: NIB files on 10.1
  • Previous by thread: Round view on "move by background" window
  • Next by thread: Re: dealloc methods not being called?
  • Index(es):
    • Date
    • Thread