commit | 85d5e2b723e6fc233e53252dd5c523944146fbc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 14:13:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 14:13:01 2020 +0200 |
tree | c8930633618e590e8f78887312f71425d2280b3c | |
parent | 8956023920bb1b6f9c381739e59b9ddab4bf7798 [diff] [blame] |
patch 8.2.1819: Vim9: Memory leak when using a closure Problem: Vim9: Memory leak when using a closure. Solution: Compute the mininal refcount in the funcstack. Reenable disabled tests.
diff --git a/src/version.c b/src/version.c index 5fdfeea..a953c09 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1819, +/**/ 1818, /**/ 1817,