commit | 6a61421f646961b7d719432c02382f0a70702a80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 08 23:21:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 08 23:21:21 2020 +0200 |
tree | b86fb5d6b10480bbc143b7bf2186ee025473afa4 | |
parent | 922acbda3d4e250c8683db223f444d0ec8c6fd03 [diff] [blame] |
patch 8.2.1815: Vim9: memory leak when using function reference Problem: Vim9: memory leak when using function reference. Solution: Temporarily disable the test.
diff --git a/src/version.c b/src/version.c index 238113f..ecc4e7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1815, +/**/ 1814, /**/ 1813,