Re: unreleased retained objects
Re: unreleased retained objects
- Subject: Re: unreleased retained objects
- From: Roland Silver <email@hidden>
- Date: Wed, 20 Jul 2005 13:34:24 -0600
I want to regard the existence of objects that I have retained
(perhaps without realizing it) but have not released as a BUG that I
need to correct. That's why I want to know whether there are any
objects that have been retained, but not released or autoreleased.
--Rollo
On Jul 19, 2005, at 10:47 AM, Charilaos Skiadas wrote:
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