1
0
forked from aniani/vim

patch 8.1.1843: might be freeing memory that was not allocated

Problem:    Might be freeing memory that was not allocated.
Solution:   Have next_fenc() set the fenc_alloced flag. (closes #4804)
This commit is contained in:
Bram Moolenaar
2019-08-13 00:18:24 +02:00
parent 9570aacdb8
commit f077db2423
2 changed files with 13 additions and 8 deletions

View File

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