comparison src/version.c @ 30578:f1010a0e6226 v9.0.0624

patch 9.0.0624: leaking argument type array Commit: https://github.com/vim/vim/commit/ac38ec7c7f7cb0ab94397dc19bd72b0a84afdbe5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 29 20:23:35 2022 +0100 patch 9.0.0624: leaking argument type array Problem: Leaking argument type array. Solution: Add allocated memory to type_gap.
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Sep 2022 21:30:03 +0200
parents 72e6073a2822
children f08ed0738f7a
comparison
equal deleted inserted replaced
30577:a3b41eeccedf 30578:f1010a0e6226
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 624,
702 /**/ 704 /**/
703 623, 705 623,
704 /**/ 706 /**/
705 622, 707 622,
706 /**/ 708 /**/