1
0
forked from aniani/vim

patch 9.0.1606: using freed memory when 'foldcolumn' is set

Problem:    Using freed memory when 'foldcolumn' is set.
Solution:   Save extra pointer to free it later. (closes #12492)
This commit is contained in:
zeertzjq
2023-06-04 18:46:28 +01:00
committed by Bram Moolenaar
parent 114ec813b3
commit 58e1e01045
3 changed files with 25 additions and 1 deletions

View File

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