> "Examples of weak references in Cocoa include, but are not restricted to, > table data sources, outline view items, notification observers, and > miscellaneous targets and delegates. [. . .] Likewise, when a delegate > object is deallocated, you need to remove the delegate link by sending a > setDelegate: message with a nil argument to the other object."
Noted, thanks. This seems like an oft-overlooked problem when lots of controls have their delegates set in the XIB; there's no easy way to look at the code and make sure that there's a delegate-clearing statement for each one. _______________________________________________ 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]
