radioegor146 / native-obfuscator

Java .class to .cpp converter for use with JNI
GNU General Public License v3.0
499 stars 67 forks source link

Memory Leak by NewGlobalRef #41

Closed ghost closed 4 years ago

ghost commented 4 years ago

I found each new XXXX().doSomething();/new XXXX().SomeField; tirggers NewGlobalRef So the support for Non-static Method is not prefect. It shuold be deleted properly.

ghost commented 4 years ago

Closed