Fix bad cherry-pick done in ae41a5c28b
This commit is contained in:
parent
0764e79d91
commit
b004078a41
@ -182,6 +182,8 @@ public class FastLzFrameDecoder extends ByteToMessageDecoder {
|
||||
}
|
||||
output = null;
|
||||
in.skipBytes(chunkLength);
|
||||
|
||||
currentState = State.INIT_BLOCK;
|
||||
} finally {
|
||||
if (output != null) {
|
||||
output.release();
|
||||
|
Loading…
Reference in New Issue
Block a user