Fix a buffer leak in BinaryMemcacheObjectAggregatorTest

This commit is contained in:
Trustin Lee 2013-12-07 11:22:59 +09:00
parent d417e3dbd0
commit fab56bae94

View File

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