process.c
12.8 KB
-
process: don't try to close the status · d963f638
`process->status` is a status value; we were mistakenly trying to close it as a file descriptor, as if it were the `status` self-pipe that we open during process creation. Instead, don't try to close it, as it's not a file descriptor.
Edward Thomson committed