Re: Dealloc is never being called and application crashes
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.