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:
@@ -769,6 +769,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1843,
|
||||
/**/
|
||||
1842,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user