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 PROTECTED] Seattle, WA, USA
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]