On Sat, May 16, 2009 at 1:30 AM, Tron Thomas <tron.tho...@verizon.net> wrote: > I fixed the problem. It turns out I was forgetting to retain the array. I'm > not sure why it worked before when I was just creating it in the anonymous > name space and the -init function.
The bug where you were running code in a context that didn't have an NSAutoreleasePool hid the bug where you were holding on to an array that you didn't have ownership of. Mike _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com