On Mon, 10 Jul 2023 11:12:36 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
>> Free-ing 'buf' before two conditional return statements introduced by >> JDK-8307990 > > src/java.base/unix/native/libjava/ProcessImpl_md.c line 575: > >> 573: writeFully(c->childenv[1], buf, bufsize) != bufsize) { >> 574: free(buf); >> 575: return -1; > > Same here. Thanks for that. Will do ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14809#discussion_r1258490292