1
0
forked from aniani/vim

patch 9.0.0554: using freed memory when command follows lambda

Problem:    Using freed memory when command follows lambda.
Solution:   Don't free what is still in use. (closes #11201)
This commit is contained in:
Bram Moolenaar
2022-09-23 12:44:25 +01:00
parent f5f4e85f01
commit f8addf1ca1
4 changed files with 37 additions and 7 deletions

View File

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