netty5/buffer/src
Norman Maurer 45674baf3e Correctly report *LE operations when advanced leak detection is used.
Motivation:

We missed reporting *LE operations when AdvancedLeakAwareByteBuf was used. This could lead to incomplete access reports.

Modifications:

Correctly record access for *LE operations.

Result:

Correct leak reports.
2016-01-12 19:57:02 +01:00
..
main/java/io/netty/buffer Correctly report *LE operations when advanced leak detection is used. 2016-01-12 19:57:02 +01:00
test/java/io/netty/buffer Fix IndexOutOfBoundsException for CompositeByteBuf #4679 2016-01-08 19:11:57 -08:00