Re: NSArrayController delete objects once removed
Re: NSArrayController delete objects once removed
- Subject: Re: NSArrayController delete objects once removed
- From: Joshua Scott Emmons <email@hidden>
- Date: Sat, 15 Dec 2007 09:25:38 -0600
there is an NSArrayController which contains an array of object ...
when I call removeObject it will remove the object, though not
delete/dealloc
You're probably retaining the object someplace else either explicitly
or unintentionally. How are you creating the objects? How are you
adding them to array controller? What is the object's -retainCount
before you add it to the array controller? After? After it's removed?
Cheers,
-Joshua Emmons
_______________________________________________
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