Fix a memory leak in HttpObjectAggregatorTest
This commit is contained in:
parent
f4b9aaaf18
commit
2e6918c21a
@ -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