netty5/codec-http/src/test/java/io/netty
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
..
handler/codec Fix buffer leak introduced by 693633eeff 2015-12-29 17:13:07 +01:00