@@ -105,11 +105,11 @@ - initWithURL: (OFURL *)URL { self = [self init]; @try { - [self setURL: URL]; + _URL = [URL copy]; } @catch (id e) { [self release]; @throw e; }