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
-----------------------------------------------------------
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 mails | Author | Date |
|---|---|---|
| Antonio Nunes | Jul 2, 20:01 | |
| John Stiles | Jul 2, 20:21 | |
| Antonio Nunes | Jul 2, 21:00 | |
| mmalc crawford | Jul 2, 21:23 | |
| Antonio Nunes | Jul 3, 10:22 |






Cocoa mail archive

