Fix tons of memleaks and memory management problems

This commit is contained in:
Jason Paryani
2013-12-11 22:25:57 -08:00
parent 2f0f03d1a8
commit a880994a6b
4 changed files with 115 additions and 48 deletions

View File

@@ -5,4 +5,6 @@ cdef extern from "../helpers/capabilityHelper.h":
PythonInterfaceDynamicImpl(PyObject *)
cdef extern from "../helpers/capabilityHelper.h":
void reraise_kj_exception()
void reraise_kj_exception()
cdef cppclass PyRefCounter:
PyRefCounter(PyObject *)