GitHub user zhuchunyu opened a pull request:
https://github.com/apache/mina-sshd/pull/85
fixbug "LEAK: netty"
LEAK: ByteBuf.release() was not called before it's garbage-collected.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhuchunyu/mina-sshd master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mina-sshd/pull/85.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #85
----
commit 8ef884c3c883ae08076143af050983666ca6b7ba
Author: linejs <zhuchunyu_14a@...>
Date: 2019-01-06T06:38:55Z
fixbug "LEAK: netty"
LEAK: ByteBuf.release() was not called before it's garbage-collected.
----
---