comparison 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
comparison
equal deleted inserted replaced
25514:bb806540f72e 25515:d84f6784c27c
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3294,
758 /**/ 760 /**/
759 3293, 761 3293,
760 /**/ 762 /**/
761 3292, 763 3292,
762 /**/ 764 /**/