pyjnius icon indicating copy to clipboard operation
pyjnius copied to clipboard

Local reference obtained from j_env[0].FindClass not freed

Open Unrud opened this issue 10 years ago • 1 comments

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.

Unrud avatar Aug 04 '15 11:08 Unrud

Ref #371, perhaps it's fixed now, but it still needs a careful inspection.

KeyWeeUsr avatar Feb 04 '19 09:02 KeyWeeUsr