netty5/codec/src/test
Scott Mitchell e7631867d3 LzmaFrameEncoderTest double release
Motivation:
2c78902ebc ensured buffers were released in the general case but didn't clean up an extra release in LzmaFrameEncoderTest#testCompressionOfBatchedFlowOfData which lead to a double release.

Modifications:
LzmaFrameEncoderTest#testCompressionOfBatchedFlowOfData should not explicitly release the buffer because decompress will release the buffer

Result:
No more reference count exception and failed test.
2016-11-16 09:55:38 -08:00
..
java/io/netty/handler/codec LzmaFrameEncoderTest double release 2016-11-16 09:55:38 -08:00
resources/io/netty/handler/codec/xml Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00