commit | fdeab65db60929e28640fd740c333f9bcfea0e15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 19 15:16:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 19 15:16:50 2020 +0200 |
tree | 12b2d052ab2a3824579cf2b1937a5b25eb528df4 | |
parent | 77b20977dc31ecf753dddad7a7c7b8f7b6e0c244 [diff] [blame] |
patch 8.2.1711: Vim9: leaking memory when using partial Problem: Vim9: leaking memory when using partial. Solution: Do delete the function even when it was compiled.
diff --git a/src/version.c b/src/version.c index 3b1f963..aa09b70 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1711, +/**/ 1710, /**/ 1709,