@@ -84,11 +84,11 @@ *iter->argumentPtr = nil; count++; } - _options = of_malloc(count + 1, sizeof(*_options)); + _options = of_alloc(count + 1, sizeof(*_options)); _longOptions = [[OFMapTable alloc] initWithKeyFunctions: keyFunctions objectFunctions: objectFunctions]; for (iter = options, iter2 = _options;