netty5/codec-http/src
Norman Maurer 79bc90be32 Fix buffer leak introduced by 693633eeff
Motivation:

As we not used Unpooled anymore for allocate buffers in Base64.* methods we need to ensure we realease all the buffers.

Modifications:

Correctly release buffers

Result:

No more buffer leaks
2015-12-29 17:13:07 +01:00
..
main/java/io/netty/handler/codec Fix errors reported by javadoc 2015-12-27 08:36:45 +01:00
test Fix buffer leak introduced by 693633eeff 2015-12-29 17:13:07 +01:00