commit | ee1f7b3cb71684aaa9bf457e2caf9d02187e6b7c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 14:42:14 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 14:42:14 2016 +0200 |
tree | e94ff07e948f2fb50acbcde83be5fd91ac24ff64 | |
parent | 84e1d2b21a424f2687b61daaf84f5fc4f1ab0abe [diff] [blame] |
patch 7.4.1668 Problem: channel_get_all() does multiple allocations. Solution: Compute the size and allocate once.
diff --git a/src/version.c b/src/version.c index ae5d4b0..9ba1375 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1668, +/**/ 1667, /**/ 1666,