]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0746: when :term fails the job is not properly cleaned up v8.0.0746
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 16:39:00 +0000 (18:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 16:39:00 +0000 (18:39 +0200)
commit61a6605ea1201eb49a126ca696fcfc56caf5dca6
tree5b3aed6b0493301cfabfa088f59043d97081d6ed
parent9f1f49b839fbc5d099301d5318a5e1e70dd59b7c
patch 8.0.0746: when :term fails the job is not properly cleaned up

Problem:    When :term fails the job is not properly cleaned up.
Solution:   Free the terminal. Handle a job that failed to start. (closes
            #1858)
src/channel.c
src/os_unix.c
src/terminal.c
src/version.c