1
0
forked from aniani/vim

patch 8.2.4703: memory leak in handling 'cinscopedecls'

Problem:    Memory leak in handling 'cinscopedecls'.
Solution:   Free the memory before returning.
This commit is contained in:
Bram Moolenaar
2022-04-07 13:08:00 +01:00
parent 3506cf34c1
commit cb49a1d934
2 changed files with 21 additions and 16 deletions

View File

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