Fix a buffer leak in BinaryMemcacheObjectAggregatorTest

This commit is contained in:
Trustin Lee 2013-12-07 11:22:59 +09:00
parent 73379195eb
commit f8138619f0

View File

@ -71,5 +71,7 @@ public class BinaryMemcacheObjectAggregatorTest {
request.release();
assertThat(channel.readInbound(), nullValue());
channel.finish();
}
}