1
0
forked from aniani/vim

patch 8.2.0974: Vim9: memory leak when script var has wrong type

Problem:    Vim9: memory leak when script var has wrong type.
Solution:   Free the variable name.
This commit is contained in:
Bram Moolenaar
2020-06-13 19:56:38 +02:00
parent 34db91f7a4
commit f3decc5830
2 changed files with 5 additions and 0 deletions

View File

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