0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 9.0.0624: leaking argument type array

Problem:    Leaking argument type array.
Solution:   Add allocated memory to type_gap.
This commit is contained in:
Bram Moolenaar
2022-09-29 20:23:35 +01:00
parent fa1039760e
commit ac38ec7c7f
2 changed files with 6 additions and 7 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
624,
/**/
623,
/**/