commit | 8ab375706e6712308f8cf7529bcae56684a6f385 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 21:56:59 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 21:56:59 2021 +0100 |
tree | 2bb4334168ae77eca7c116f89b84ecb1807871a4 | |
parent | 6bcb877ec19a647443195a54eeac60cb693fd827 [diff] [blame] |
patch 8.2.2464: using freed memory if window closed in autocommand Problem: Using freed memory if window closed in autocommand. (houyunsong) Solution: Check the window still exists.
diff --git a/src/version.c b/src/version.c index 53ed13c..a93b81a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2464, +/**/ 2463, /**/ 2462,