1
0
forked from aniani/vim

patch 8.2.0556: Vim9: memory leak when finding common type

Problem:    Vim9: memory leak when finding common type.
Solution:   Store allocated memory in type growarray.
This commit is contained in:
Bram Moolenaar
2020-04-12 17:11:27 +02:00
parent 4fdae9996f
commit c5f1ef53c2
2 changed files with 4 additions and 2 deletions

View File

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