netty5/buffer/src
Norman Maurer 7094c7b797 Dereference when calling PooledByteBuf.deallocate()
Motivation:

We missed to dereference the chunk and tmpNioBuf when calling deallocate(). This means the GC can not collect these as we still hold a reference while have the PooledByteBuf in the recycler stack.

Modifications:

Dereference chunk and tmpNioBuf.

Result:

GC can collect things.
2015-04-10 21:47:14 +02:00
..
main/java/io/netty/buffer Dereference when calling PooledByteBuf.deallocate() 2015-04-10 21:47:14 +02:00
test/java/io/netty/buffer HTTP/2 Decoder reduce preface conditional checks 2015-03-28 18:52:35 -07:00