summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-02 22:57:36 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-02 22:57:36 +0200
commit3cca299520a4980fd1b124564bd67782ca977c15 (patch)
treef7bf858d71cba36253359447eab61bacefed64ff /src/version.c
parent585fea7b98b79f2c6d92fa8a2340e461aff805c8 (diff)
downloadvim-git-3cca299520a4980fd1b124564bd67782ca977c15.tar.gz
patch 8.2.0504: Vim9: leaking scope memory when compilation failsv8.2.0504
Problem: Vim9: leaking scope memory when compilation fails. Solution: Cleanup the scope list.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 528454b23..0e7e8c281 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 504,
+/**/
503,
/**/
502,