On Thu, 3 Dec 2020 14:57:16 GMT, Evan Whelan <ewhe...@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 This pull request has now been integrated. Changeset: 66a2e709 Author: Evan Whelan <ewhe...@openjdk.org> Committer: Jim Laskey <jlas...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/66a2e709 Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 mod 8255845: Memory leak in imageFile.cpp Reviewed-by: jlaskey, sundar ------------- PR: https://git.openjdk.java.net/jdk/pull/1599