mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Forgot to close stdin_read_fd in the master process
This commit is contained in:
parent
1197549e5b
commit
1a42356f68
1 changed files with 1 additions and 0 deletions
|
|
@ -73,5 +73,6 @@ class Child:
|
|||
self.pid = pid
|
||||
self.child_fd = master
|
||||
if stdin is not None:
|
||||
os.close(stdin_read_fd)
|
||||
fast_data_types.thread_write(stdin_write_fd, stdin)
|
||||
return pid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue