1
0
forked from aniani/vim

patch 8.1.0694: when using text props may free memory that is not allocated

Problem:    When using text props may free memory that is not allocated.
            (Andy Massimino)
Solution:   Allocate the line when adjusting text props. (closes #3766)
This commit is contained in:
Bram Moolenaar
2019-01-06 12:54:55 +01:00
parent f780b8a1c1
commit 4614f53e0f
2 changed files with 12 additions and 3 deletions

View File

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