This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpJNIAdapter
Watch
13
Star
1
Fork
3
Code
Issues
Pull Requests
1
Releases
71
Activity
Browse Source
FIX: JNI-135 - Heavy memory consumption - memory leaks
JNI-147
heck
1 year ago
parent
59d6177dc8
78dc887d45
commit
20c32ff756
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/codegen/gen_java_Message.ysl2
+ 5
- 0
src/codegen/gen_java_Message.ysl2
View File
@ -68,6 +68,11 @@ tstylesheet {
release(handle);
}
@Override
public void finalize() {
release(handle);
}
final protected long getHandle() {
return handle;
}
Write
Preview
Loading…
Cancel
Save