comparison src/version.c @ 28518:1a2643893aa4 v8.2.4783

patch 8.2.4783: Coverity warns for leaking memory Commit: https://github.com/vim/vim/commit/42ccb8d74700506936567b0eb6d11def5e25e1dd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 18 15:45:23 2022 +0100 patch 8.2.4783: Coverity warns for leaking memory Problem: Coverity warns for leaking memory. Solution: Use another strategy freeing "theline".
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Apr 2022 17:00:03 +0200
parents c6aadb2c4cd7
children 2748a023cc37
comparison
equal deleted inserted replaced
28517:f73a9bdff3a3 28518:1a2643893aa4
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4783,
749 /**/ 751 /**/
750 4782, 752 4782,
751 /**/ 753 /**/
752 4781, 754 4781,
753 /**/ 755 /**/