commit | f7779c63d4fe531e2483502d4441f24802342768 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 03 15:38:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 03 15:38:16 2020 +0200 |
tree | 1d630be90ef6aa51ec11ce5eac248dcd92acb041 | |
parent | 5adc55cb746893c6ddf7865ff654582902dee2e3 [diff] [blame] |
patch 8.2.0684: Vim9: memory leak when using lambda Problem: Vim9: memory leak when using lambda. Solution: Move the funccal context to the partial. Free the function when exiting.
diff --git a/src/version.c b/src/version.c index ae08554..2bccb32 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 684, +/**/ 683, /**/ 682,