diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-02-06 19:19:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-02-06 19:19:42 +0100 |
commit | 2c7080bf1ceef4a7779644fd428b2386a0676794 (patch) | |
tree | cf62c06da02ed3c688e3e8258191f5f61df1b8d8 /src/version.c | |
parent | 8c6951fa2836a1ae3257770e7b927a9380439912 (diff) | |
download | vim-git-8.2.2474.tar.gz |
patch 8.2.2474: using freed memory when window is closed by autocommandv8.2.2474
Problem: Using freed memory when window is closed by autocommand.
(houyunsong)
Solution: Check the window pointer is still valid.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 254aafdb8..12a5de856 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2474, +/**/ 2473, /**/ 2472, |