Re: Stumped on memory problem :(
Re: Stumped on memory problem :(
- Subject: Re: Stumped on memory problem :(
- From: Andy Lee <email@hidden>
- Date: Tue, 06 Jan 2009 03:05:59 -0500
On Jan 1, 2009, at 8:14 PM, Jacob Rhoden wrote:
NSMutableArray *array = [[NSMutableArray array] init];
You want either [[NSMutableArray array] retain] or [[NSMutableArray
alloc] init].
--Andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden