if-shell doesn't need to queue its error message into a callback, and in
authornicm <nicm@openbsd.org>
Tue, 25 Apr 2017 11:49:35 +0000 (11:49 +0000)
committernicm <nicm@openbsd.org>
Tue, 25 Apr 2017 11:49:35 +0000 (11:49 +0000)
commitbd8a2ee11465dbe19407c8720cb553049040fe5a
treec78eae672022dca77f3c2c62463a33ae8eeee485
parent01ddfa3f3e43331dc8565b0dc2194117fbea7461
if-shell doesn't need to queue its error message into a callback, and in
fact it can't do so because the item it was working with will have been
freed. Reported by Daniel Hahler.
usr.bin/tmux/cmd-if-shell.c