getFilters JNI implementation does not free temporary memory
pschichtel opened this issue · 0 comments
pschichtel commented
There is an allocation in JNI that is not being freed at all:
JavaCAN/src/main/c/javacan_socketcan.c
Line 131 in 56d7d64
it should have been freed after the memcpy() a few lines later.