commit | 0732932553e54e9bfca07e55b47201b8f30b2c4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 22:44:08 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 22:44:08 2021 +0200 |
tree | 4f498a10b017cf1334dbabf018bb518b7895cbbc | |
parent | 6e850a6900793e215c08b39d6490173488cb05ce [diff] [blame] |
patch 8.2.3242: Vim9: valgrind reports leaks in builtin function test Problem: Vim9: valgrind reports leaks in builtin function test. Solution: Do not start a job.
diff --git a/src/version.c b/src/version.c index 897e3fb..7f0d8c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3242, +/**/ 3241, /**/ 3240,