Fix a memory leak in HttpObjectAggregatorTest
This commit is contained in:
parent
2c4aff13c7
commit
874a66c8fb
@ -189,6 +189,7 @@ public class HttpObjectAggregatorTest {
|
|||||||
|
|
||||||
assertEquals(HttpHeaders.getContentLength(fullMsg), fullMsg.content().readableBytes());
|
assertEquals(HttpHeaders.getContentLength(fullMsg), fullMsg.content().readableBytes());
|
||||||
|
|
||||||
|
fullMsg.release();
|
||||||
assertFalse(embedder.finish());
|
assertFalse(embedder.finish());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user