GitHub user cakofony opened a pull request:
https://github.com/apache/logging-log4j2/pull/165
LOG4J2-2269: ReusableLogEventFactory.release clears MutableLogEvent
Fixes a memory leak where parameter references were held beyond
MutableLogEvent usage.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cakofony/logging-log4j2 LOG4J2-2269
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/165.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 #165
----
commit 4a175be48266704cd1a84365324ae0766d1a5016
Author: Carter Kozak <ckozak@...>
Date: 2018-04-14T02:27:54Z
LOG4J2-2269: ReusableLogEventFactory.release clears MutableLogEvent
Fixes a memory leak where parameter references were held beyond
MutableLogEvent usage.
----
---