1
0
forked from aniani/vim

patch 8.2.0177: memory leak in get_tags()

Problem:    Memory leak in get_tags().
Solution:   Free matches when finding a pseudo-tag line. (Dominique Pelle,
            closes #5553)
This commit is contained in:
Bram Moolenaar
2020-01-29 22:38:45 +01:00
parent e258368b4f
commit 70b3e706b4
2 changed files with 5 additions and 0 deletions

View File

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