# HG changeset patch # User Paul Boddie # Date 1716754613 -7200 # Node ID 5e9bbc1f893bedbcdedbf95dee5eb3f12f3ad4fd # Parent 22cb8e159d05d7386b04a3317f94de64210f8204 Close the relinquished end of the input pipe for a new process. diff -r 22cb8e159d05 -r 5e9bbc1f893b fsaccess/op_run.c --- a/fsaccess/op_run.c Sun May 26 22:15:47 2024 +0200 +++ b/fsaccess/op_run.c Sun May 26 22:16:53 2024 +0200 @@ -262,8 +262,9 @@ return -1; } - /* Release the relinquished end of the pipe. */ + /* Release the relinquished end of the pipes. */ + client_close(input_reader); client_close(output_writer); /* Record the output stream, process and command details. */