On Oct 15, 2013, at 2:39 PM, Steve Mills <smi...@makemusic.com> wrote: > I don't think this is the case. I was seeing hundreds of still-alive > allocated objects that came from the copied itemArray. I could clearly see a > pattern in the Allocations sampling of Instruments of these objects, with the > pattern repeating every time I did some user action in our app. And there was > time between those actions, so if the autorelease pool wasn't getting any > time to drain, there would be a much more serious issue at hand.
What does Instruments say about the retain/release history of the array object? Are you running with Zombies enabled? Zombie mode prevents deallocation of every object. -- Greg Parker gpar...@apple.com Runtime Wrangler _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com