]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1824 v7.4.1824
authorBram Moolenaar <Bram@vim.org>
Sun, 8 May 2016 11:21:12 +0000 (13:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 May 2016 11:21:12 +0000 (13:21 +0200)
commit36e0f7da9bc4a6ee8a7b17df503542a339e034c8
treec724a87a4a1873b11998d7524511b8873803d389
parentd9db8b448c214eb583e84c598bca0688b9202ba7
patch 7.4.1824
Problem:    When a job is no longer referenced and does not have an exit
            callback the process may hang around in defunc state. (Nicola)
Solution:   Call job_status() if the job is running and won't get freed
            because it might still be useful.
src/channel.c
src/version.c