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/vim9compile.c b/src/vim9compile.c index 6286114..78c387f 100644 --- a/src/vim9compile.c +++ b/src/vim9compile.c
@@ -6474,7 +6474,7 @@ { semsg(_(e_cannot_use_range_with_assignment_operator_str), var_start); - return FAIL; + goto theend; } // Get the member.