forked from aniani/vim
patch 8.2.3001: Vim9: memory leak when compilation fails
Problem: Vim9: memory leak when compilation fails. Solution: Free the list of variable names.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3001,
|
||||
/**/
|
||||
3000,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user