The docs say:
Quote:
URLWithString:
Creates and returns an NSURL object initialized with a provided string.
+ (id)URLWithString: (NSString *)URLString
|
So isn't that auto-allocating and initializing the object? That way a release is needed, or am I wrong?