pyjnius
pyjnius copied to clipboard
Local reference obtained from j_env[0].FindClass not freed
In the file jnius_conversion.pxi in the function convert_python_to_jobject the local reference retclass is not freed and in the function convert_pyarray_to_java the local reference j_class is not freed.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Ref #371, perhaps it's fixed now, but it still needs a careful inspection.