commit | 221fcc741a6660bfc3fd0d64937d0c15bb71f51d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 05 19:46:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 05 19:46:20 2020 +0200 |
tree | 143f707a88e1d10dc7602dcb8278aad0ac325602 | |
parent | 0e65d3de0aeff00aa42ea899f1afd11f8b22b93e [diff] [blame] |
patch 8.2.0697: Vim9: memory leak when using nested function Problem: Vim9: memory leak when using nested function. Solution: Unreference function when deleting instructions. Adjust reference count for local variables.
diff --git a/src/version.c b/src/version.c index 38755db..edbfa93 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 697, +/**/ 696, /**/ 695,