comparison src/version.c @ 29455:e1e99ef28040 v9.0.0069

patch 9.0.0069: leaking memory when using text prop with inserted text Commit: https://github.com/vim/vim/commit/0c740e745a5f8702fd87689615a9684664e40764 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 25 19:07:04 2022 +0100 patch 9.0.0069: leaking memory when using text prop with inserted text Problem: Leaking memory when using text prop with inserted text. Solution: Clear the growarray with text.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jul 2022 20:15:02 +0200
parents decd0a51b99f
children 53d8ef8442d8
comparison
equal deleted inserted replaced
29454:f13c7d6be742 29455:e1e99ef28040
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 69,
738 /**/ 740 /**/
739 68, 741 68,
740 /**/ 742 /**/
741 67, 743 67,
742 /**/ 744 /**/