GitHub user cakofony opened a pull request:
https://github.com/apache/logging-log4j2/pull/186
LOG4J2-2364 Fix ReusableParameterizedMessage memory leak
Implement `Clearable` interface for reusable messages, making it
easier to clear references between usages.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cakofony/logging-log4j2 clearable_message
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/186.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 #186
----
commit ccbd3e8829961127b36285da809f45b7fd1a7367
Author: Carter Kozak <ckozak@...>
Date: 2018-06-29T21:23:01Z
LOG4J2-2364 Fix ReusableParameterizedMessage memory leak
Implement Clearable interface for reusable messages, making it
easier to clear references between usages.
----
---