Memory Leak Using NSXMLParser in NSConcreteMapTable
问题 I'm using NSXMLParser and I get a memory leak that points to NSConcreteMapTable, whatever that is: The leak occurs at this line of code when calling the parser from my AppDelegate.m: I have searched for a solution and can't see what I'm doing wrong. Here is my code. Any help is greatly appreciated. lq // * * * XMLParser.h * * * #import <Foundation/Foundation.h> @protocol NSXMLParserDelegate; @interface XMLParser : NSObject <NSXMLParserDelegate> { NSMutableArray *xmlArray; BOOL