comparison src/version.c @ 29465:1ae3e2d691a0 v9.0.0074

patch 9.0.0074: Coverity warns for double free Commit: https://github.com/vim/vim/commit/34a1f779791fd4137547fa72addeb147b7704604 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 26 11:20:48 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 12:30:05 +0200
parents 27ebab59172e
children 5b3819ce0865
comparison
equal deleted inserted replaced
29464:3a229fb63f78 29465:1ae3e2d691a0
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 74,
738 /**/ 740 /**/
739 73, 741 73,
740 /**/ 742 /**/
741 72, 743 72,
742 /**/ 744 /**/