Closed ericpeden closed 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.
ProcessObject
dumps()
dump()
My apologies... I see that #33 already includes equivalent fixes for these two leaks.
Fixes for two fairly significant leaks I found with the help of valgrind. The
ProcessObject
patch may fix issue #32, although that issue refers todumps()
and in my testingdump()
was the primary source of leaked memory.