Fix compile error
This commit is contained in:
parent
dbc74fcc97
commit
35802207e1
@ -145,7 +145,7 @@ abstract class PooledByteBuf<T> extends AbstractReferenceCountedByteBuf {
|
|||||||
this.handle = -1;
|
this.handle = -1;
|
||||||
memory = null;
|
memory = null;
|
||||||
chunk.arena.free(chunk, handle);
|
chunk.arena.free(chunk, handle);
|
||||||
if (ResourceLeakDetector.ENABLED) {
|
if (ResourceLeakDetector.isEnabled()) {
|
||||||
leak.close();
|
leak.close();
|
||||||
} else {
|
} else {
|
||||||
recycle();
|
recycle();
|
||||||
|
Loading…
Reference in New Issue
Block a user