commit | ac38ec7c7f7cb0ab94397dc19bd72b0a84afdbe5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 20:23:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 20:23:35 2022 +0100 |
tree | 59c615034920c524806897a980569e5e80499968 | |
parent | fa1039760e8c1a0c7a2a722160bd3d71a4736e61 [diff] [blame] |
patch 9.0.0624: leaking argument type array Problem: Leaking argument type array. Solution: Add allocated memory to type_gap.
diff --git a/src/version.c b/src/version.c index bcc0b24..816dfb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 624, +/**/ 623, /**/ 622,