commit | 1b6acf02b7e685ecb87ccba52c91835a7519073e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 16:47:08 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 16:47:08 2021 +0200 |
tree | 7fb86c549ad2794f1a08aedec9080ed74f3b9536 | |
parent | 6a230c6b32695393785ae64b440ce5f023a22382 [diff] [blame] |
patch 8.2.3294: Lua: memory leak when adding dict item fails Problem: Lua: memory leak when adding dict item fails. Solution: Free the typval and the dict item.
diff --git a/src/version.c b/src/version.c index 2db7988..c2d3998 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3294, +/**/ 3293, /**/ 3292,