Fix reported leaks
This commit is contained in:
parent
427d9c4bf2
commit
fa277eda20
@ -142,5 +142,7 @@ public class SnappyFramedEncoderTest {
|
||||
|
||||
channel.writeOutbound(in);
|
||||
assertTrue(channel.finish());
|
||||
ByteBuf out = (ByteBuf) channel.readOutbound();
|
||||
out.release();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user