Re: unreleased retained objects
Re: unreleased retained objects
- Subject: Re: unreleased retained objects
- From: Charilaos Skiadas <email@hidden>
- Date: Tue, 19 Jul 2005 11:47:16 -0500
On Jul 19, 2005, at 11:36 AM, Roland Silver wrote:
Is there some way for me to determine, before my app exits, whether
there are any objects that have been retained, but not released or
autoreleased?
Why do you need to know? Once your app exits, all the memory it was
occupying will be returned to the system. Unless you want to do some
cleanup of your own, in which case you probably know what you want to
clean up, and have made arrangements on how to access it.
Can you be more specific what you are trying to achieve?
Haris
_______________________________________________
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