netty5/example/src/main
Norman Maurer 4b9125f961
Correctly release message in MemcacheClientHandler that is used in the memcache example. (#8119)
Motivation:

MemcacheClientHandler.channelRead(...) need to release the frame after it prints out its content to not introduce a memory leak.

Modifications:

Call release() on the frame.

Result:

Example has no leak any more.
2018-07-11 10:18:18 +01:00
..
java/io/netty/example Correctly release message in MemcacheClientHandler that is used in the memcache example. (#8119) 2018-07-11 10:18:18 +01:00
resources fix the typos 2017-04-20 04:56:09 +02:00