Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yajl_tree_parse: fix memory leak on error
ctx.stack was not being cleaned up after a parse error. this patch pops all remaining elements and frees them.
- Loading branch information