]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0845: having job_status() free the job causes problems v8.1.0845
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Jan 2019 21:29:07 +0000 (22:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Jan 2019 21:29:07 +0000 (22:29 +0100)
commit2a4857a1fcf1d188e5b985ac21bcfc532eddde94
treeba6f315d6bf142f534541381ef5713e077080fee
parent50948e4ac24314d5a70404bbc592ffc28755ad9f
patch 8.1.0845: having job_status() free the job causes problems

Problem:    Having job_status() free the job causes problems.
Solution:   Do not actually free the job or terminal yet, put it in a list and
            free it a bit later. Do not use a terminal after checking the job
            status.  (closes #3873)
src/channel.c
src/misc2.c
src/proto/terminal.pro
src/terminal.c
src/version.c