commit | 209b8e3e3bf7a4a3d102134124120f6c7f57d560 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 14 13:43:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 14 13:43:24 2019 +0100 |
tree | 33987c009f69516962abe91c03672c0a42309c50 | |
parent | 4aa47b28f453b40d3b93ef209a3447c62b6f855b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 054066e..fb39cf5 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1007, +/**/ 1006, /**/ 1005,