commit | 038e6d20e680ce8c850d07f6b035c4e1904c1201 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 12:00:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 12:00:50 2022 +0000 |
tree | 6d91f0c3505d285296e0c4078cd8e2e7775e08a3 | |
parent | 84dbf855fb2d883481f74ad0ccf3df3f8837e6bf [diff] [blame] |
patch 9.0.1030: using freed memory with the cmdline popup menu Problem: Using freed memory with the cmdline popup menu. Solution: Clear the popup menu when clearing the matches. (closes #11677)
diff --git a/src/version.c b/src/version.c index 469116d..f4399e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1030, +/**/ 1029, /**/ 1028,