4b9125f961
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.