1
0
forked from aniani/vim

patch 8.2.0504: Vim9: leaking scope memory when compilation fails

Problem:    Vim9: leaking scope memory when compilation fails.
Solution:   Cleanup the scope list.
This commit is contained in:
Bram Moolenaar
2020-04-02 22:57:36 +02:00
parent 585fea7b98
commit 3cca299520
2 changed files with 31 additions and 0 deletions

View File

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