Re: Nested AutoRelease Pools Crash
Re: Nested AutoRelease Pools Crash
- Subject: Re: Nested AutoRelease Pools Crash
- From: Trygve Inda <email@hidden>
- Date: Sun, 26 Apr 2009 17:46:58 +0000
- Thread-topic: Nested AutoRelease Pools Crash
>> - (void)threadMethod:(id)anObject
>> {
>> NSAutoreleasePool* outterPool = [[NSAutoreleasePool alloc] init];
>>
>> NSDictionary* userDefaults = [NSUserDefaults standardUserDefaults]
>> importantValue = [[userDefaults objectForKey:@"myKey"] boolValue];
>
> +standardUserDefaults don't return no dictionary.
>
Sorry - what I thought were irrelevant parts were partly removed to keep the
email line wrap nice. I'll try to narrow it down some more.
T.
_______________________________________________
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