honghaoz / Ji

Ji (戟) is an XML/HTML parser for Swift
MIT License
824 stars 64 forks source link

Fixed some memory leaks. #9

Closed ujell closed 9 years ago

ujell commented 9 years ago

There was a retain cycle between Ji and JiNode. Also xPath function wasn't releasing "xPathContext" when NodeSet was nil.