commit | 45a1508a229b1d1d2eb79cabe55a183dc18fd040 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 25 00:28:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 25 00:28:33 2020 +0200 |
tree | 03ed2f5ade21265b3416112c8a32c0d694d36bbd | |
parent | 6ff71d8b7fbdf667a2f119a2487302e240961816 [diff] [blame] |
patch 8.2.0821: Vim9: memory leak in expr test Problem: Vim9: memory leak in expr test. Solution: Do not decrement the length of the list of functions if the current function is not at the end.
diff --git a/src/version.c b/src/version.c index a1e4a7f..2d99068 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 821, +/**/ 820, /**/ 819,