All cases where copy is being called should be reviewed to ensure that the zone, when OpenStep is present, is being honored. Thus,
id c = [object copy];
Should be:
id c = [object copyWithZone: [object zone]];
Whenever OpenStep is present.
Log in to post a comment.