netty5/transport-native-kqueue/src/main
Norman Maurer b73f785631
We should call the UnLoad methods when we detect an error during calling OnLoad (#8237)
Motivation:

We should ensure we call *UnLoad when we detect an error during calling *OnLoad and previous *OnLoad calls were succesfull.

Modifications:

Correctly call *UnLoad when needed.

Result:

More correct code and no leaks when an error happens during loading the native lib.
2018-08-30 06:56:42 +02:00
..
c We should call the UnLoad methods when we detect an error during calling OnLoad (#8237) 2018-08-30 06:56:42 +02:00
java/io/netty/channel/kqueue Allow to use native transports when sun.misc.Unsafe is not present on… (#8231) 2018-08-29 19:36:33 +02:00