commit | 3cca299520a4980fd1b124564bd67782ca977c15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 22:57:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 22:57:36 2020 +0200 |
tree | f7bf858d71cba36253359447eab61bacefed64ff | |
parent | 585fea7b98b79f2c6d92fa8a2340e461aff805c8 [diff] [blame] |
patch 8.2.0504: Vim9: leaking scope memory when compilation fails Problem: Vim9: leaking scope memory when compilation fails. Solution: Cleanup the scope list.
diff --git a/src/version.c b/src/version.c index 528454b..0e7e8c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 504, +/**/ 503, /**/ 502,