forked from aniani/vim
patch 8.2.3429: leaking memory when assigning to list or dict
Problem: Leaking memory when assigning to list or dict. Solution: Free the list or dict type before overwriting it.
This commit is contained in:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3429,
|
||||
/**/
|
||||
3428,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user