Re: Retain
Re: Retain
- Subject: Re: Retain
- From: Mike Abdullah <email@hidden>
- Date: Fri, 24 Oct 2008 17:18:17 +0100
Yeah, but I figured that's more of a minor detail. When you're getting
started you just don't want it to crash; doesn't matter too much when
the crash actually occurs.
On 24 Oct 2008, at 16:33, Dave Carrigan wrote:
On Oct 24, 2008, at 8:23 AM, Mike Abdullah wrote:
NSString w = [NSString stringWithFormat:@"something %i", x];
// Do stuff
[w release]; // Will crash here
To be pedantic, it won't crash right there. It will crash sometime
later in a place completely unrelated to the location that you
released it.
--
Dave Carrigan
email@hidden
Seattle, WA, USA
_______________________________________________
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
_______________________________________________
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: | |
| >Retain (From: Ron Green <email@hidden>) |
| >Re: Retain (From: Mike Abdullah <email@hidden>) |
| >Re: Retain (From: Dave Carrigan <email@hidden>) |