commit | 0e83f02d80acacee55c5de3bbbee52625d368375 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 27 22:07:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 27 22:07:35 2017 +0200 |
tree | d93c8edcdf2f2679f4ca7fef079ca38b7ca52d9e | |
parent | d28cc3f55d4a5a980f6ac6fa682382822a223720 [diff] [blame] |
patch 8.0.0783: job of terminal may be freed too early Problem: Job of terminal may be freed too early. Solution: Increment job refcount. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index da00188..1b13fd3 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 783, +/**/ 782, /**/ 781,