RE: NSDictionary trouble
RE: NSDictionary trouble
- Subject: RE: NSDictionary trouble
- From: Jeff Laing <email@hidden>
- Date: Wed, 20 Jan 2010 01:50:20 +0000
- Acceptlanguage: en-US
- Thread-topic: NSDictionary trouble
> > I think dictionaryWithCapacity should both alloc and init it, right?
>
> Yes, and it autoreleases it too. :-o That means it'll conveniently be
> released later on, which is exactly what you're running into. If you
> want to keep a reference to the dictionary, you should call alloc and
> init yourself.
No, you should just *retain* the result of dictionaryWithCapacity.
_______________________________________________
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