1
0
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:
Bram Moolenaar
2021-09-11 23:07:44 +02:00
parent 35a9a00afc
commit 464393a696
3 changed files with 19 additions and 3 deletions

View File

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