forked from aniani/vim
patch 8.2.3927: Vim9: double free when using lambda
Problem: Vim9: double free when using lambda. Solution: Don't free both cmdline and line_to_free.
This commit is contained in:
@@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3927,
|
||||
/**/
|
||||
3926,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user