commit | 1721d1994eb03beb8217fa3e61ed0cc097dd899e | [log] [download] |
---|---|---|
author | nicm <nicm> | Fri Oct 14 18:41:53 2016 +0000 |
committer | nicm <nicm> | Fri Oct 14 18:41:53 2016 +0000 |
tree | 43e7b2ac7cfbfee0b83cb80f59133d9ee9e65f0f | |
parent | 0ec18e537d7f67732a789c0984bc1cb89dbb0adf [diff] |
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.