@@ -15,11 +15,11 @@ #import "OFExceptions.h" @implementation OFMutableArray - (id)copy { - OFArray *new = [OFArray array]; + OFArray *new = [[OFArray alloc] init]; OFObject **objs; size_t len, i; objs = [array data]; len = [array count];