9968c61fbe
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
Native transport for Linux
See our wiki page.