CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/14 12:41:53
Modified files:
usr.bin/tmux : cfg.c cmd-queue.c cmd-source-file.c
Log message:
source-file and some other commands can recurse back into cmdq_continue,
which could potentially free the currently running command, so we need
to take a reference to it in cmdq_continue_one.
Fixes problem reported by Theo Buehler.
