diff options
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,10 +140,10 @@ reader_loop () exec_done: if (current_command) - { + { dispose_command (current_command); current_command = (COMMAND *)NULL; - } + } QUIT; } |