commit | 28ae5773422c2cf61aaf8d9d2b9fae70642d6a33 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 28 14:16:10 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 28 14:16:10 2016 +0200 |
tree | 28bed9f0546c864283e7c511493a5afdff22797b | |
parent | af6c12c27bcb553b2fb2c8a9dcfde626fb3670fe [diff] [blame] |
patch 7.4.1853 Problem: Crash when job and channel are in the same dict while using partials. (Luc Hermitte) Solution: Do not decrement the channel reference count too early.
diff --git a/src/version.c b/src/version.c index b50b19e..83221e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1853, +/**/ 1852, /**/ 1851,