1
0
forked from aniani/vim

patch 8.2.3572: memory leak when closing window and using "multispace"

Problem:    Memory leak when closing window and using "multispace" in
            'listchars'.
Solution:   Free the memory. (closes #9071)
This commit is contained in:
zeertzjq
2021-11-02 20:56:07 +00:00
committed by Bram Moolenaar
parent e2f66064d1
commit 7a33ebfc5b
3 changed files with 15 additions and 5 deletions

View File

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