Merge pull request #3562 from testower/jcache-leak

fix: release ByteBuf causing leak
pull/3566/head
Nikita Koksharov 4 years ago committed by GitHub
commit 417812b0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,6 +55,7 @@ public class JCacheEventCodec extends BaseEventCodec {
buf.readShortLE();
result.add(null);
}
copy.release();
}
if (sync) {

Loading…
Cancel
Save