提交 db83106b 编写于 作者: T Tom Erik Støwer

fix: release ByteBuf causing leak. solves #3561

Signed-off-by: NTom Erik Støwer <testower@gmail.com>
上级 40783828
......@@ -55,6 +55,7 @@ public class JCacheEventCodec extends BaseEventCodec {
buf.readShortLE();
result.add(null);
}
copy.release();
}
if (sync) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册