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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2866,
|
||||
/**/
|
||||
2865,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user