commit | f387f5dfbc5accbfbbbb87486f6af42a82acaa7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 15 13:42:21 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 15 13:42:21 2021 +0200 |
tree | e48ac9c72d4fd1efd5f6dbb17907160a8fe6207f | |
parent | bd6406f15db210b78fa24dece3bd021a7ac085dc [diff] [blame] |
patch 8.2.2768: Vim9: memory leak with blob range error Problem: Vim9: memory leak with blob range error. Solution: Jump to end instead of returning.
diff --git a/src/version.c b/src/version.c index 085a182..fff7e69 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2768, +/**/ 2767, /**/ 2766,