args_make_commands_now needs to take an extra reference to the returned
authornicm <nicm@openbsd.org>
Mon, 23 Aug 2021 17:05:43 +0000 (17:05 +0000)
committernicm <nicm@openbsd.org>
Mon, 23 Aug 2021 17:05:43 +0000 (17:05 +0000)
commit49390c5b920f545eb22fe4df161f9f9d44f8ebfe
tree4cbf805fa28b2430ecfe8ca7937082b58e507dc8
parent2db6a388619f8be004243d57b5f1b15578033771
args_make_commands_now needs to take an extra reference to the returned
command list since it will be freed already.
usr.bin/tmux/arguments.c