On Mar 7, 2011, at 14:01, John Link wrote: > The app launches with the previously used values in the text fields (as > desired). Immediately clicking the button works fine--text is generated as > expected. But if I change the value in a text field before clicking the > button, > the app crashes. (This happens whether or not I first tab out of the field to > commit the edit before clicking the button.) The error is: > > -[CFString release]: message sent to deallocated instance 0x164d7fd0
So you know this is a memory management error -- a string has been overreleased. What's your code to "change the value in a text field"? _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
