rtyler / py-yajl

py-yajl provides Python bindings for the Yajl JSON encoder/decoder library
http://rtyler.github.com/py-yajl
74 stars 18 forks source link

memory leak fixes #36

Closed ericpeden closed 10 years ago

ericpeden commented 10 years ago

Fixes for two fairly significant leaks I found with the help of valgrind. The ProcessObject patch may fix issue #32, although that issue refers to dumps() and in my testing dump() was the primary source of leaked memory.

ericpeden commented 10 years ago

My apologies... I see that #33 already includes equivalent fixes for these two leaks.