commit | 707659490d35e8d66e8bbdcfd93b12dc1387d86c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 19:28:59 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 19:28:59 2016 +0100 |
tree | 8d74ae227a8ade4809c7da07183ccbcb7493f32c | |
parent | 1c39102666d2ccb998059bd7ada2d2efa31a11bc [diff] [blame] |
patch 7.4.1451 Problem: Vim hangs when a channel has a callback but isn't referenced. Solution: Have channel_unref() only return TRUE when the channel was actually freed.
diff --git a/src/version.c b/src/version.c index d9697a8..86ed223 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1451, +/**/ 1450, /**/ 1449,