RFR: 8255845: Memory leak in imageFile.cpp
Jim Laskey
jlaskey at openjdk.java.net
Thu Dec 3 15:18:56 UTC 2020
On Thu, 3 Dec 2020 14:57:16 GMT, Evan Whelan <ewhelan at openjdk.org> wrote:
> This is a straightforward fix to resolve a potential memory leak in imageFile.cpp.
>
> If `find_location` returns true, the `path` char array is never released.
>
> This has been fixed
Marked as reviewed by jlaskey (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1599
More information about the core-libs-dev
mailing list