commit | c3d27ada14acd02db357f2d16347acc22cb17e93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 14 20:52:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 14 20:52:14 2022 +0000 |
tree | a10911ea76709d00e0014de4abf82cc1f1a47cd8 | |
parent | 24dc19cdb2ce7cda2156d3b2eca6aee552b097dc [diff] [blame] |
patch 9.0.0882: using freed memory after SpellFileMissing autocmd uses bwipe Problem: Using freed memory after SpellFileMissing autocmd uses bwipe. Solution: Bail out if the window no longer exists.
diff --git a/src/version.c b/src/version.c index c5e7838..a35a172 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 882, +/**/ 881, /**/ 880,