ChristopherHX / libjnivm

Pseudo Java Native Interface implement Java functions in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Leaks

ChristopherHX opened this issue · comments

I need to Implement proper liftime handling of jni objects, currently they won't get destroyed at all.

Done preview branch