commit | 4456ab527a6a5faae9287f3bd2e52cc18966cfb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 23 23:00:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 23 23:00:30 2019 +0100 |
tree | 4b780e00f74b4b12aa61a18beb093908a3264543 | |
parent | cfc15237ab88ecb78b12030f6e04b87618b56124 [diff] [blame] |
patch 8.1.0800: may use a lot of memory when a function refers itself Problem: May use a lot of memory when a function creates a cyclic reference. Solution: After saving a funccal many times, invoke the garbage collector. (closes #3835)
diff --git a/src/version.c b/src/version.c index d5ea086..b8b0630 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 800, +/**/ 799, /**/ 798,