@@ -107,11 +107,11 @@ } - addToPool: (OFObject*)obj { if (objects == nil) - objects = [OFArray newWithItemSize: sizeof(char*)]; + objects = [[OFArray alloc] initWithItemSize: sizeof(char*)]; [objects add: &obj]; return self; }