Fix bad cherry-pick done in ae41a5c28b

This commit is contained in:
Norman Maurer 2021-07-26 14:57:43 +02:00
parent 0764e79d91
commit b004078a41

View File

@ -182,6 +182,8 @@ public class FastLzFrameDecoder extends ByteToMessageDecoder {
}
output = null;
in.skipBytes(chunkLength);
currentState = State.INIT_BLOCK;
} finally {
if (output != null) {
output.release();