Skip navigation.
 
mlRe: Automagically retained array
FROM : Antonio Nunes
DATE : Sun Jul 02 21:00:25 2006

On 2 Jul 2006, at 19:21, John Stiles wrote:

> Hmm... your app logic shouldn't be relying on exact retain counts. 
> As long as the object is actually freed when it should be, don't 
> sweat it. Internally, the system might be retaining it in all sorts 
> of places.


Exactly, the problem is that the array is not being released, even 
though I send it a release message when the window controller is 
deallocated. That's what caused me to look into the retain count.

António

-----------------------------------------------------------
And you would accept the seasons of your
heart, even as you have always accepted
the seasons that pass over your field.

--Kahlil Gibran
-----------------------------------------------------------

Related mailsAuthorDate
mlAutomagically retained array Antonio Nunes Jul 2, 20:01
mlRe: Automagically retained array John Stiles Jul 2, 20:21
mlRe: Automagically retained array Antonio Nunes Jul 2, 21:00
mlRe: Automagically retained array mmalc crawford Jul 2, 21:23
mlRe: [SOLVED] Automagically retained array Antonio Nunes Jul 3, 10:22