On Fri, 5 Feb 2010 12:11:18 +1100, Graham Cox <[email protected]> said: > >Unfortunately it is a bugger to track down 'who is retaining me' and as far as I know there isn't much to help out with that.
Why not use Instruments? You can record reference counts, and then every retain / release for every object can be examined in the stack so that you see what triggered each of them. m. -- matt neuburg, phd = [email protected], <http://www.tidbits.com/matt/> A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.tidbits.com/matt/default.html#applescriptthings _______________________________________________ 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]
