diff src/version.c @ 25515:d84f6784c27c v8.2.3294

patch 8.2.3294: Lua: memory leak when adding dict item fails Commit: https://github.com/vim/vim/commit/1b6acf02b7e685ecb87ccba52c91835a7519073e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 5 16:47:08 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Aug 2021 17:00:03 +0200
parents b9e8c9ed792b
children b04e76e66128
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3294,
+/**/
     3293,
 /**/
     3292,