Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-04-28 12:01:08 +01:00
5 changed files with 41 additions and 10 deletions

View File

@@ -128,6 +128,8 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmdq_item *item)
sigprocmask(SIG_SETMASK, &oldset, NULL);
cmdq_error(item, "fork error: %s", strerror(errno));
close(pipe_fd[0]);
close(pipe_fd[1]);
free(cmd);
return (CMD_RETURN_ERROR);
case 0: