@@ -167,11 +167,11 @@ } - (void)intersectSet: (OFSet *)set { void *pool = objc_autoreleasePoolPush(); - size_t count = [self count]; + size_t count = self.count; id *cArray; cArray = [self allocMemoryWithSize: sizeof(id) count: count];