diff --git a/Source/Additions/GSXML.m b/Source/Additions/GSXML.m index 6abc2ccbf..a5c8c9801 100644 --- a/Source/Additions/GSXML.m +++ b/Source/Additions/GSXML.m @@ -3699,7 +3699,7 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...) (int)index); n = [GSXMLNode alloc]; n = [n _initFrom: node parent: self]; - return AUTORELEASE(m); + return AUTORELEASE(n); } } - (NSString *) description