netty5/codec-smtp/src/test/java/io
Scott Mitchell 3579165d72 SmtpRequestEncoderTest ByteBuf leak (#9075)
Motivation:
SmtpRequestEncoderTest#testThrowsIfContentExpected has a ByteBuf leak.

Modifications:
- SmtpRequestEncoderTest#testThrowsIfContentExpected should release buffers in a finally block

Result:
No more leaks in SmtpRequestEncoderTest#testThrowsIfContentExpected.
2019-04-19 08:47:02 +02:00
..
netty/handler/codec/smtp SmtpRequestEncoderTest ByteBuf leak (#9075) 2019-04-19 08:47:02 +02:00