1
0
forked from aniani/vim

patch 8.2.0489: Vim9: memory leaks

Problem:    Vim9: memory leaks.
Solution:   Free memory in the right place.  Add hints for using asan.
This commit is contained in:
Bram Moolenaar
2020-04-01 16:34:17 +02:00
parent 05afceeddc
commit 25b70c780a
4 changed files with 39 additions and 7 deletions

View File

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