On Mar 12, 2008, at 11:35 AM, Daniel Child wrote:
Each record is allocated and explicitly released at the end of the
loop after adding it to the table. I thought autorelease might wait
too long to get rid of it, so I do it explicitly.
As for Instruments, unfortunately I'm doing this on Tig
Daniel Child wrote:
Each record is allocated and explicitly released at the end of the
loop after adding it to the table. I thought autorelease might wait
too long to get rid of it, so I do it explicitly.
Just because you never autorelease it in your code, doesn't mean that it
is never autorele
Each record is allocated and explicitly released at the end of the
loop after adding it to the table. I thought autorelease might wait
too long to get rid of it, so I do it explicitly.
As for Instruments, unfortunately I'm doing this on Tiger.
On Mar 12, 2008, at 12:00 PM, [EMAIL PROTECTED]