topfunky / hpple

An XML/HTML parser for Objective-C, inspired by Hpricot.
http://topfunky.com
MIT License
2.77k stars 473 forks source link

Fixes Memory Leak on DictionaryForNode(...) function #78

Closed smorr closed 7 years ago

smorr commented 8 years ago

Fixes #69, Fixes #67: Memory leaks due to a couple of early returns without freeing create nodeContent objects.

topfunky commented 7 years ago

Thanks for the pull request! I merged another pull request that accomplishes the same thing so I'm closing this one.