commit | 34a1f779791fd4137547fa72addeb147b7704604 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 11:20:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 11:20:48 2022 +0100 |
tree | 95659a79c49440884bd0cf40b9146923886a95af | |
parent | 1b67f07f7626b87d9ce3e16815970988983a2ddc [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6d7aede..f7cbaf8 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 74, +/**/ 73, /**/ 72,