diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-09-29 20:23:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-09-29 20:23:35 +0100 |
commit | ac38ec7c7f7cb0ab94397dc19bd72b0a84afdbe5 (patch) | |
tree | 59c615034920c524806897a980569e5e80499968 /src/version.c | |
parent | fa1039760e8c1a0c7a2a722160bd3d71a4736e61 (diff) | |
download | vim-git-ac38ec7c7f7cb0ab94397dc19bd72b0a84afdbe5.tar.gz |
patch 9.0.0624: leaking argument type arrayv9.0.0624
Problem: Leaking argument type array.
Solution: Add allocated memory to type_gap.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index bcc0b24be..816dfb47f 100644 --- a/src/version.c +++ b/src/version.c @@ -700,6 +700,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 624, +/**/ 623, /**/ 622, |