@@ -661,15 +661,16 @@ - init { @try { [self doesNotRecognizeSelector: _cmd]; - abort(); } @catch (id e) { [self release]; @throw e; } + + abort(); } - initWithPath: (OFString*)path mode: (OFString*)mode { @@ -794,15 +795,16 @@ - initWithPath: (OFString*)path mode: (OFString*)mode { @try { [self doesNotRecognizeSelector: _cmd]; - abort(); } @catch (id e) { [self release]; @throw e; } + + abort(); } - autorelease { return self;