commit | dbbb0ef729e392e313ccc63c247bff1b828a214d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 22:01:17 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 22:01:17 2020 +0100 |
tree | 5ee1cf84f3f6304c1fbc9aeaf124910867aea49d | |
parent | a8bd3496380ceb32e544dfe39cb4d52e4943068c [diff] [blame] |
patch 8.2.0435: channel contents might be freed twice Problem: Channel contents might be freed twice. Solution: Call either channel_free_channel() or channel_free(), not both. (Nobuhiro Takasaki, closes #5835)
diff --git a/src/version.c b/src/version.c index 6df87b4..738f31b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 435, +/**/ 434, /**/ 433,