Re: NSTableView retain count problem
Re: NSTableView retain count problem
- Subject: Re: NSTableView retain count problem
- From: Shane <email@hidden>
- Date: Sat, 21 Nov 2009 23:08:19 -0600
> That would be literally true, if there were two instances of your class. Try looking at the value of 'self' in each place.
>
> (Again, examining an object's retainCount is almost never useful for anything. If you want to tell whether the pointer is pointing to an object, just look at it and see whether it's 0x0 or not.)
>
Yep, thanks. The address of self within each of my methods has a
different address value. Not sure why, but, that's something to go on.
_______________________________________________
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