comparison src/version.c @ 23082:2120e4b40e12 v8.2.2087

patch 8.2.2087: Vim9: memory leak when statement is truncated Commit: https://github.com/vim/vim/commit/21e51221f2c4f301912a5d59c748351b02c3df9e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 4 12:43:29 2020 +0100 patch 8.2.2087: Vim9: memory leak when statement is truncated Problem: Vim9: memory leak when statement is truncated. Solution: Increment the number of local variables.
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Dec 2020 12:45:04 +0100
parents 8eed19bd0235
children 49c9aa9e40d4
comparison
equal deleted inserted replaced
23081:8352e4d605ed 23082:2120e4b40e12
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 2087,
753 /**/ 755 /**/
754 2086, 756 2086,
755 /**/ 757 /**/
756 2085, 758 2085,
757 /**/ 759 /**/