comparison src/version.c @ 23110:545ff3b4543c v8.2.2101

patch 8.2.2101: Vim9: memory leak when literal dict has an error Commit: https://github.com/vim/vim/commit/8bb0f5472c740458708fd3edabbb8d5193a96241 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 6 16:03:55 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Dec 2020 16:15:03 +0100
parents 34a74f5f0fb4
children 892303d45d2a
comparison
equal deleted inserted replaced
23109:7b0be0967a82 23110:545ff3b4543c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2101,
753 /**/ 755 /**/
754 2100, 756 2100,
755 /**/ 757 /**/
756 2099, 758 2099,
757 /**/ 759 /**/