1
0
forked from aniani/vim

patch 8.2.0882: leaking memory when using reduce()

Problem:    Leaking memory when using reduce().
Solution:   Free the intermediate value.
This commit is contained in:
Bram Moolenaar
2020-06-01 20:11:02 +02:00
parent d6a77f95ee
commit 48b1c21809
2 changed files with 22 additions and 13 deletions

View File

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