89d4c50c30
Motivation: We use malloc(1) in the on JNI_OnLoad method but never free the allocated memory. This means we have a tiny memory leak of 1 byte. Modifications: Call free(...) on previous allocated memory. Result: Fix memory leak |
||
---|---|---|
.. | ||
main | ||
test/java/io/netty/channel/epoll |