0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 7.4.1386

Problem:    When the Job exit callback is invoked, the job may be freed too
            soon. (Yasuhiro Matsumoto)
Solution:   Increase refcount.
This commit is contained in:
Bram Moolenaar
2016-02-22 11:39:27 +01:00
parent 5e83840756
commit 23c463a157
2 changed files with 6 additions and 2 deletions

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1386,
/**/
1385,
/**/