forked from aniani/vim
patch 8.2.4084: memory leak when looking for autoload prefixed variable
Problem: Memory leak when looking for autoload prefixed variable. Solution: Free the concatenated string.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4084,
|
||||
/**/
|
||||
4083,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user