commit | 36e0f7da9bc4a6ee8a7b17df503542a339e034c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 08 13:21:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 13:21:12 2016 +0200 |
tree | c724a87a4a1873b11998d7524511b8873803d389 | |
parent | d9db8b448c214eb583e84c598bca0688b9202ba7 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index f494c22..6ee3c96 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1824, +/**/ 1823, /**/ 1822,