1
0
forked from aniani/vim

patch 8.2.2835: Vim9: leaking memory in :cexpr

Problem:    Vim9: leaking memory in :cexpr.
Solution:   Also free the command line copy.
This commit is contained in:
Bram Moolenaar
2021-05-05 22:40:56 +02:00
parent 5f7d4c049e
commit dc3e2e65c9
2 changed files with 3 additions and 0 deletions

View File

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