Re: Accessing member variables from another thread crashes
Re: Accessing member variables from another thread crashes
- Subject: Re: Accessing member variables from another thread crashes
- From: Keary Suska <email@hidden>
- Date: Sun, 10 Aug 2008 09:48:18 -0600
- Thread-topic: Accessing member variables from another thread crashes
8/9/08 6:24 PM, also sprach email@hidden:
> baseURL = [NSString stringWithString: _url];
Are you aware that the string in this case is autoreleased, and what that
implies? If not, search for "memory management" and you are sure to find the
memory management guidelines/rules for Cocoa.
Best,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
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