Fix a buffer leak in BinaryMemcacheObjectAggregatorTest
This commit is contained in:
parent
73379195eb
commit
f8138619f0
@ -71,5 +71,7 @@ public class BinaryMemcacheObjectAggregatorTest {
|
||||
request.release();
|
||||
|
||||
assertThat(channel.readInbound(), nullValue());
|
||||
|
||||
channel.finish();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user