1
0
forked from aniani/vim

patch 9.0.0074: Coverity warns for double free

Problem:    Coverity warns for double free.
Solution:   Reset cts_text_prop_count when freeing cts_text_props.
This commit is contained in:
Bram Moolenaar
2022-07-26 11:20:48 +01:00
parent 1b67f07f76
commit 34a1f77979
3 changed files with 9 additions and 3 deletions

View File

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