commit | b7e2670b6a1de02c772af5097ba24f2a15b26eec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 22:00:52 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 22:00:52 2021 +0100 |
tree | a02333b019edc8facfc5e1d50e7adea6df050ffd | |
parent | bb4b93ed85726c3921596ca267f531c8c94d819a [diff] [blame] |
patch 8.2.2414: using freed memory when closing the cmdline window Problem: Using freed memory when closing the cmdline window. Solution: Check the window is still valid.
diff --git a/src/version.c b/src/version.c index c95b106..071a36e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2414, +/**/ 2413, /**/ 2412,