netty5/codec/src
Trustin Lee 5f889d92a1 Fix buffer leaks in Bzip2Decoder(Test)
If decompression fails, the buffer that contains the decompressed data
is not released.  Bzip2DecoderTest.testStreamCrcError() also does not
release the partial output Bzip2Decoder produces.
2014-06-26 17:48:32 +09:00
..
main/java/io/netty/handler/codec Fix buffer leaks in Bzip2Decoder(Test) 2014-06-26 17:48:32 +09:00
test Fix buffer leaks in Bzip2Decoder(Test) 2014-06-26 17:48:32 +09:00