1
0
forked from aniani/vim

patch 8.1.1012: memory leak with E461

Problem:    Memory leak with E461.
Solution:   Clear the typeval. (Dominique Pelle, closes #4111)
This commit is contained in:
Bram Moolenaar
2019-03-17 14:43:31 +01:00
parent 2ba4238818
commit ab89d7ab89
2 changed files with 3 additions and 0 deletions

View File

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