On May 26, 2010, at 12:04 PM, vincent habchi wrote: > At the same time, I remember having this kind of weird behavior (I mean, one > variable unexpectedly written) when that variable has been (unexpectedly) > released, and its space is reused by some other variable.
That’s when an object on the heap gets released and its space reoccupied. Not quite the same thing (variables aren’t objects, they point to objects.) —Jens_______________________________________________ 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