commit | 75578a388d2aff59dc330ceccd8894c79b4bc735 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 16:33:31 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 16:33:31 2016 +0100 |
tree | 31abd2f94f5bb3978b3e743068412a0ddecff615 | |
parent | 29fd03878c41526a586d77b3f3cd7938d26297af [diff] [blame] |
patch 7.4.1530 Problem: MS-Windows job_start() closes wrong handle. Solution: Close hThread on the process info. (Ken Takata)
diff --git a/src/version.c b/src/version.c index c71133e..e1ee16d 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1530, +/**/ 1529, /**/ 1528,