Fix reported leaks

This commit is contained in:
Trustin Lee 2013-06-13 15:24:19 +09:00
parent 427d9c4bf2
commit fa277eda20

View File

@ -142,5 +142,7 @@ public class SnappyFramedEncoderTest {
channel.writeOutbound(in);
assertTrue(channel.finish());
ByteBuf out = (ByteBuf) channel.readOutbound();
out.release();
}
}