On Thu, 3 Dec 2020 14:57:16 GMT, Evan Whelan 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 sundar (Reviewer).
--
On Thu, 3 Dec 2020 14:57:16 GMT, Evan Whelan 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).
-
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
-
Commit messages:
- 8255845: Memory leak in imageFile.cpp
Changes: https://git.openjdk.java.net/jdk/pu