@@ -41,16 +41,11 @@ - initWithClass: (Class)class_ hash: (OFHash*)hash { self = [super initWithClass: class_]; - @try { - hashObject = [hash retain]; - } @catch (id e) { - [self release]; - @throw e; - } + hashObject = [hash retain]; return self; } - (void)dealloc