Re: RFR: JDK-8303072: Memory leak in exeNullCallerTest.cpp

2023-02-24 Thread Justin King
On Wed, 22 Feb 2023 14:02:28 GMT, Justin King wrote: > Fix trivial memory leak that occurs during tests. Failing test is unrelated and from an already fix at head issue. - PR: https://git.openjdk.org/jdk/pull/12715

Re: RFR: JDK-8303072: Memory leak in exeNullCallerTest.cpp

2023-02-23 Thread David Holmes
On Wed, 22 Feb 2023 14:02:28 GMT, Justin King wrote: > Fix trivial memory leak that occurs during tests. Seems fine. Thanks. - Marked as reviewed by dholmes (Reviewer). PR: https://git.openjdk.org/jdk/pull/12715

RFR: JDK-8303072: Memory leak in exeNullCallerTest.cpp

2023-02-22 Thread Justin King
Fix trivial memory leak that occurs during tests. - Commit messages: - Memory leak in exeNullCallerTest.cpp Changes: https://git.openjdk.org/jdk/pull/12715/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12715&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8303072 S