Re: NSString initWithUTF8String - crazy retainCount with empty string
Re: NSString initWithUTF8String - crazy retainCount with empty string
- Subject: Re: NSString initWithUTF8String - crazy retainCount with empty string
- From: mmalc crawford <email@hidden>
- Date: Sat, 24 Mar 2007 09:18:15 -0700
On Mar 24, 2007, at 8:55 AM, Simon Strandgaard wrote:
I am adding undo/redo to my program and want to make sure things
can be released correctly by NSUndoManager some point in the future.
So I assert on retainCount before passing the ownership to
NSUndoManager.
Why?
If retainCount isn't working, then I have no means to verify my
resources is being released correctly.
Have you adhered to your side of the memory management contract?
Can anyone confirm that retainCount go nuts?
<http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html#//apple_ref/occ/intfm/NSObject/retainCount
>
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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