commit | c8dcbb12c5d7f3eb0c334daebb4475bb015b91e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 25 23:10:17 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 25 23:10:17 2016 +0100 |
tree | 1c59c8c123ad290f1753a0b38171fd9ad1fa3ebd | |
parent | d2227a02b03708eb0579e17612d5a96262f3d463 [diff] [blame] |
patch 7.4.1421 Problem: May free a channel when a callback may need to be invoked. Solution: Keep the channel when refcount is zero.
diff --git a/src/version.c b/src/version.c index de20c3e..4220001 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1421, +/**/ 1420, /**/ 1419,