• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Nested AutoRelease Pools Crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Nested AutoRelease Pools Crash (From: Dave Keck <email@hidden>)

  • Prev by Date: Re: Nested AutoRelease Pools Crash
  • Next by Date: Re: parsing a string into words
  • Previous by thread: Re: Nested AutoRelease Pools Crash
  • Next by thread: Re: Nested AutoRelease Pools Crash
  • Index(es):
    • Date
    • Thread