Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-08-01 12:01:08 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@ cmd_if_shell_exec(struct cmd *self, struct cmdq_item *item)
-1) == NULL) { -1) == NULL) {
cmdq_error(item, "failed to run command: %s", shellcmd); cmdq_error(item, "failed to run command: %s", shellcmd);
free(shellcmd); free(shellcmd);
free(cdata); cmd_if_shell_free(cdata);
return (CMD_RETURN_ERROR); return (CMD_RETURN_ERROR);
} }
free(shellcmd); free(shellcmd);

4
tmux.1
View File

@ -6941,8 +6941,8 @@ forwards any input read from stdin to the empty pane given by
.Op Fl d Ar start-directory .Op Fl d Ar start-directory
.Op Fl e Ar environment .Op Fl e Ar environment
.Op Fl h Ar height .Op Fl h Ar height
.Op Fl s Ar border-style .Op Fl s Ar style
.Op Fl S Ar style .Op Fl S Ar border-style
.Op Fl t Ar target-pane .Op Fl t Ar target-pane
.Op Fl T Ar title .Op Fl T Ar title
.Op Fl w Ar width .Op Fl w Ar width