diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-27 22:07:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-27 22:07:35 +0200 |
commit | 0e83f02d80acacee55c5de3bbbee52625d368375 (patch) | |
tree | d93c8edcdf2f2679f4ca7fef079ca38b7ca52d9e /src/version.c | |
parent | d28cc3f55d4a5a980f6ac6fa682382822a223720 (diff) | |
download | vim-git-0e83f02d80acacee55c5de3bbbee52625d368375.tar.gz |
patch 8.0.0783: job of terminal may be freed too earlyv8.0.0783
Problem: Job of terminal may be freed too early.
Solution: Increment job refcount. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index da00188ce..1b13fd337 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 783, +/**/ 782, /**/ 781, |