• 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: Dealloc is never being called and application crashes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dealloc is never being called and application crashes


  • Subject: Re: Dealloc is never being called and application crashes
  • From: Shawn Erickson <email@hidden>
  • Date: Tue, 27 Jul 2004 07:26:59 -0700

On Jul 27, 2004, at 5:20 AM, <email@hidden> wrote:

[demime could not interpret encoding binary - treating as plain text]
Something happened and the message could not be sent before, so now it goes.
[demime 0.98b removed an attachment of type application/x-gzip-compressed which had a name of flc-cocoa-light.tgz]

We cannot help much with what information we got on this end of things...

Just to make sure, you do know that Cocoa doesn't have automatic garbage collection. So you must insure any memory or objects you allocate directly yourself gets deallocated.

Review the following Apple documentation...

<http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/ index.html>

...in particular...

<http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/ Concepts/ObjectOwnership.html>

-Shawn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: NSDistributedNotification + refresh => bug ?
  • Next by Date: Re: Simplifying this code?
  • Previous by thread: NSDistributedNotification + refresh => bug ?
  • Next by thread: Re: Dealloc is never being called and application crashes
  • Index(es):
    • Date
    • Thread