commit | ce6583568ff5b3e0e6438b37ede2c80bedffba10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 31 23:47:12 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 31 23:47:12 2020 +0200 |
tree | d9899ba05c65d4b330d64c71f43df13e4be9c103 | |
parent | badd8486f7442bfcf55e0234ece80488958e7114 [diff] [blame] |
patch 8.2.1332: Vim9: memory leak when using nested global function Problem: Vim9: memory leak when using nested global function. Solution: Delete the function when deleting the instruction. Disable test that still causes a leak.
diff --git a/src/version.c b/src/version.c index 2256742..dd7539e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1332, +/**/ 1331, /**/ 1330,