@@ -142,12 +142,12 @@ dict = [OFMutableDictionary dictionaryWithKeysAndObjects: @"xml", @"http://www.w3.org/XML/1998/namespace", @"xmlns", @"http://www.w3.org/2000/xmlns/", nil]; [namespaces addObject: dict]; [pool release]; - } @catch (OFException *e) { - [self dealloc]; + } @catch (id e) { + [self release]; @throw e; } return self; }