On Aug 1, 2010, at 13:31, James Maxwell wrote: > heh... yeah, that's true. But the thing is I haven't done anything different > with this particular float* array. It's the same type of archiving I've used > at many points in the app. > But I hadn't thought to look for weak references.... could this be as simple > as making sure to type cast objects when adding them to mutable arrays?
Anything in an array is strongly referenced, so you don't have to worry about it. The problem is more likely the array itself, or the root unarchived object (Network, did you say?) _______________________________________________ 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