commit | fc8aa6d02d85b0df703e0a790137891c91503c9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 12 20:31:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 12 20:31:26 2020 +0200 |
tree | d7a1d27bc4780e9cbf7349b8cedc7dc6b0fcc288 | |
parent | 93be1644db2848659b0610477968c83f53619da1 [diff] [blame] |
patch 8.2.1839: Vim9: memory leaks reported in assign test Problem: Vim9: memory leaks reported in assign test. Solution: Move the failing job_start() call to separate test files, it causes false leak reports.
diff --git a/src/version.c b/src/version.c index 8f85e6b..f972cbd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1839, +/**/ 1838, /**/ 1837,