comparison src/version.c @ 28199:c8056de13879 v8.2.4625

patch 8.2.4625: old Coverity warning for resource leak Commit: https://github.com/vim/vim/commit/90da27b9277d74521202e5c146a09056696898ee Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 25 14:54:18 2022 +0000 patch 8.2.4625: old Coverity warning for resource leak Problem: Old Coverity warning for resource leak. Solution: Call FreeWild() if expanding matches did not fail.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Mar 2022 16:00:04 +0100
parents e4d25cbc2bd7
children bdd6df4832ba
comparison
equal deleted inserted replaced
28198:757e2258c287 28199:c8056de13879
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4625,
753 /**/ 755 /**/
754 4624, 756 4624,
755 /**/ 757 /**/
756 4623, 758 4623,
757 /**/ 759 /**/