This commit is contained in:
Andrea Cavalli 2021-05-15 16:16:19 +02:00
parent 8eedc27bba
commit 5ccc531ea6

View File

@ -84,7 +84,6 @@ public class SubStageGetterSet<T> implements SubStageGetter<Map<T, Nothing>, Dat
assert key.readableBytes() == prefixKey.readableBytes() + getKeyBinaryLength();
}
} finally {
prefixKey.release();
for (ByteBuf key : keys) {
key.release();
}