commit | 674127e1801fd02ff07dddf0dc3bf0d8cce68997 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 20:30:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 20:30:07 2016 +0200 |
tree | 1fcc42ec815223e3f3015cbf10dc9b530890220f | |
parent | 6231cb8b5b208becf088531816027001acc754e5 [diff] [blame] |
patch 7.4.1791 Problem: Channel could be garbage collected too early. Solution: Don't free a channel or remove it from a job when it is still useful.
diff --git a/src/version.c b/src/version.c index cd760ab..a2553e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1791, +/**/ 1790, /**/ 1789,