1
0
forked from aniani/vim

patch 8.2.2844: Vim9: memory leak when using searchpair()

Problem:    Vim9: memory leak when using searchpair().
Solution:   Free the v_instr field.
This commit is contained in:
Bram Moolenaar
2021-05-07 20:43:54 +02:00
parent f06ab6ba38
commit 24f720998f
2 changed files with 6 additions and 1 deletions

View File

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