commit | 8bb0f5472c740458708fd3edabbb8d5193a96241 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 16:03:55 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 16:03:55 2020 +0100 |
tree | b21ab779e1502e16c2275d0fe9ec120c561a3279 | |
parent | 67322bf74a106b6476b093e75da87d61e2181b76 [diff] [blame] |
patch 8.2.2101: Vim9: memory leak when literal dict has an error Problem: Vim9: memory leak when literal dict has an error and when an expression is not complete. Solution: Clear the typval and the growarray.
diff --git a/src/version.c b/src/version.c index 2754d2f..56cea26 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2101, +/**/ 2100, /**/ 2099,