@@ -32,11 +32,11 @@ @implementation OFXMLElement (Serialization) - (id)objectByDeserializing { OFAutoreleasePool *pool; Class class; - id object; + id object; pool = [[OFAutoreleasePool alloc] init]; if ((class = objc_lookUpClass([name cString])) == Nil) @throw [OFNotImplementedException newWithClass: Nil];