commit | 23c463a157b4f5585ad85efc9f453ffc09c245c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 11:39:27 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 11:39:27 2016 +0100 |
tree | 5fac860829ed7b71c0d583ed1c9d5d467ab18ed6 | |
parent | 5e83840756f6bb446d5cd8d026c1430b203645f1 [diff] [blame] |
patch 7.4.1386 Problem: When the Job exit callback is invoked, the job may be freed too soon. (Yasuhiro Matsumoto) Solution: Increase refcount.
diff --git a/src/version.c b/src/version.c index 9e2f4bd..778d1fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1386, +/**/ 1385, /**/ 1384,