commit | b8d4905592fc26fcd09180d7d6bfefd899f2f6c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 01 14:22:16 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 01 14:22:16 2016 +0200 |
tree | 833fcd9fd0bc16a1951144d4e1f9f99a96c97121 | |
parent | 9b4ebc692d77ca8ef90d72517347f74c2474dd3d [diff] [blame] |
patch 7.4.1814 Problem: A channel may be garbage collected while it's still being used by a job. (James McCoy) Solution: Mark the channel as used if the job is still used. Do the same for channels that are still used.
diff --git a/src/version.c b/src/version.c index 5a612d4..0d78470 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1814, +/**/ 1813, /**/ 1812,