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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to