RFR: JDK-8297688: libjli leaks memory related to options handling

Justin King jcking at openjdk.org
Mon Nov 28 04:16:50 UTC 2022


On Mon, 28 Nov 2022 04:02:33 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Doesn't this just "leak" the duplicated string now instead of the original?

No, this frees all the strings in `FreeOptions()`.

-------------

PR: https://git.openjdk.org/jdk/pull/11384


More information about the core-libs-dev mailing list