Re: Stumped on memory problem :(
Re: Stumped on memory problem :(
- Subject: Re: Stumped on memory problem :(
- From: Hsu <email@hidden>
- Date: Mon, 5 Jan 2009 23:13:54 -0800
NSMutableArray *array = [[NSMutableArray array] init];
Should be
NSMutableArray *array = [[NSMutableArray alloc] init];
Karl
--
Variables won’t, constants aren’t.
Homepage:
http://homepage.mac.com/khsu/index.html
_______________________________________________
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