commit | 20431c9dbb592ebe0666bf042af7d2b373107372 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 18:39:46 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 18:39:46 2020 +0100 |
tree | 6cff691f11db2432b46a3c979ba23f95e0ca41dc | |
parent | 8b633135106dda8605463b780573c45b00c22afe [diff] [blame] |
patch 8.2.0419: various memory leaks in Vim9 script code Problem: Various memory leaks in Vim9 script code. Solution: Fix the leaks. (Ozaki Kiichi, closes #5814)
diff --git a/src/version.c b/src/version.c index 81fff38..26939bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 419, +/**/ 418, /**/ 417,