1
0
forked from aniani/vim

patch 8.2.2866: Vim9: memory leak when using inline function

Problem:    Vim9: memory leak when using inline function.
Solution:   Remember what strings to free.
This commit is contained in:
Bram Moolenaar
2021-05-18 15:09:18 +02:00
parent d87c21a918
commit ecb664501d
4 changed files with 21 additions and 8 deletions

View File

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