commit | 71658f74ae64c366b2d35b82c0a2eadb1317f028 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 20:35:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 20:35:19 2020 +0100 |
tree | a33d01457e46aae42eb58972fdbc1df392924de8 | |
parent | f3710ee22d0039cea2f970452b5faf56e89a6ab0 [diff] [blame] |
patch 8.2.0442: channel contents might be used after being freed Problem: Channel contents might be used after being freed. Solution: Reset the job channel before freeing the channel.
diff --git a/src/version.c b/src/version.c index 0cf6011..31c5610 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 442, +/**/ 441, /**/ 440,