commit | 8195247054a659fe5cbc238197634d5e13e8e8e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 19:10:00 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 19:10:00 2018 +0100 |
tree | e1069ff3af65d73c58c694eaf552ff1e27cbbeef | |
parent | 988615f26f262d9ef6472c53b48868968a6b6d16 [diff] [blame] |
patch 8.0.1552: may leak file descriptors when executing job Problem: May leak file descriptors when executing job. Solution: Close more file descriptors. (Ozaki Kiichi, closes #2531)
diff --git a/src/version.c b/src/version.c index 389bbb1..48da8a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1552, +/**/ 1551, /**/ 1550,