netty5/handler/src/main/java/io/netty
Norman Maurer c5b5d36360 Fix false-positive leak detection report when ReferenceCountedOpenSslEngine constructor throws.
Motivation:

We need to ensure we only create the ResourceLeak when the constructor not throws.

Modifications:

Ensure ResourceLeakDetector.track(...) is only called if the constructor of ReferenceCoundedOpenSslEngine not throws.

Result:

No more false-positves.
2017-07-29 22:01:56 +02:00
..
handler Fix false-positive leak detection report when ReferenceCountedOpenSslEngine constructor throws. 2017-07-29 22:01:56 +02:00