forked from aniani/vim
patch 8.2.3294: Lua: memory leak when adding dict item fails
Problem: Lua: memory leak when adding dict item fails. Solution: Free the typval and the dict item.
This commit is contained in:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3294,
|
||||
/**/
|
||||
3293,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user