commit | 11416321ff45e2bf3d456f332dc9d1836a8d171a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 09 10:20:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 09 10:20:53 2020 +0200 |
tree | eb9d7ad0288421735f0426b2377cbc02786132dc | |
parent | 6a61421f646961b7d719432c02382f0a70702a80 [diff] [blame] |
patch 8.2.1816: Vim9: another memory leak when using function reference Problem: Vim9: another memory leak when using function reference. Solution: Temporarily disable the tests.
diff --git a/src/version.c b/src/version.c index ecc4e7d..598222a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1816, +/**/ 1815, /**/ 1814,