1
0
forked from aniani/vim

patch 8.2.2989: Vim9: memory leak when debugging a :def function

Problem:    Vim9: memory leak when debugging a :def function.
Solution:   Free the debug instructions.
This commit is contained in:
Bram Moolenaar
2021-06-13 15:39:00 +02:00
parent c3a27bbd53
commit c2dec4cac4
2 changed files with 9 additions and 0 deletions

View File

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