1
0
forked from aniani/vim

patch 9.0.0874: using freed memory when executing unmenu at more prompt

Problem:    Using freed memory when executing unmenu at the more prompt.
Solution:   Do not clear menus while listing them. (closes #11439)
This commit is contained in:
Bram Moolenaar
2022-11-13 21:10:02 +00:00
parent bf533e4e88
commit 920d311480
4 changed files with 63 additions and 3 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
874,
/**/
873,
/**/