Re: [newbie] NSString code so it won't leak
Re: [newbie] NSString code so it won't leak
- Subject: Re: [newbie] NSString code so it won't leak
- From: Dietrich Epp <email@hidden>
- Date: Wed, 11 Sep 2002 03:00:48 -0700
On Wednesday, September 11, 2002, at 02:32 , Chris Ross wrote:
[snip]
Can I do this in the main loop of a thread to make sure memory
free'd up correctly whilst still retaining the objects I wish to keep?
By that I mean:
[snip]
Objects that have been retained won't be deallocated. Autorelease pools
are to free things from methods other than those made with alloc/init.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.