commit | 5850a764eae74a4dae7238e4e76b4c24f062699b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 27 19:59:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 27 19:59:48 2016 +0200 |
tree | 04dbdc63212800f54032c900fc035fffd8e27893 | |
parent | 6727bf861776cfbb93c97dfea5f87a095cf9f364 [diff] [blame] |
patch 7.4.1849 Problem: Still trying to read from channel that is going to be closed. (Ramel Eshed) Solution: Check if ch_to_be_closed is set.
diff --git a/src/version.c b/src/version.c index 4922a0e..2a259a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1849, +/**/ 1848, /**/ 1847,