1
0
forked from aniani/vim

patch 9.0.1052: using freed memory on exit when EXITFREE is defined

Problem:    Using freed memory on exit when EXITFREE is defined.
Solution:   Make a deep copy of the type.  Make sure TTFLAG_STATIC is not set
            in the copy.
This commit is contained in:
Bram Moolenaar
2022-12-13 13:42:37 +00:00
parent cb94c91070
commit 692fe0889c
2 changed files with 52 additions and 1 deletions

View File

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