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:
@@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
554,
|
||||
/**/
|
||||
553,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user