1
0
forked from aniani/vim

patch 8.1.1007: using closure may consume a lot of memory

Problem:    Using closure may consume a lot of memory.
Solution:   unreference items that are no longer needed. Add a test. (Ozaki
            Kiichi, closes #3961)
This commit is contained in:
Bram Moolenaar
2019-03-14 13:43:24 +01:00
parent 4aa47b28f4
commit 209b8e3e3b
4 changed files with 248 additions and 67 deletions

View File

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