1
0
forked from aniani/vim

patch 8.2.3711: Vim9: memory leak when compiling :elseif fails

Problem:    Vim9: memory leak when compiling :elseif fails.
Solution:   Cleanup ppconst.
This commit is contained in:
Bram Moolenaar
2021-12-01 10:10:22 +00:00
parent 3d2e031d4f
commit 56a8ffdb6e
3 changed files with 17 additions and 2 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3711,
/**/
3710,
/**/