0 libobjc.A.dylib 0x92d066f9 objc_msgSend
+ 41
1 com.apple.CoreFoundation 0x96d4b720 -[NSMutableArray
removeObject:] + 96
This could also be due to another over-released object in the array
(which is accessed via -isEqual: or something similar during -
removeObject:) -- as opposed to your notification's object, i.e. the
object you're removing from the array.
At least that's what had happened to me in a similar case, and it took
me a while to realize that the object I was trying to remove wasn't to
blame.
Peter.
_______________________________________________
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]