summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/version.c2
-rw-r--r--src/vim9execute.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2701c79d7..60aa10599 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1709,
+/**/
1708,
/**/
1707,
diff --git a/src/vim9execute.c b/src/vim9execute.c
index 5fe587892..e4ccaaa8a 100644
--- a/src/vim9execute.c
+++ b/src/vim9execute.c
@@ -1830,6 +1830,7 @@ call_def_function(
// TODO: use a garray_T on ectx.
SOURCING_LNUM = iptr->isn_lnum;
emsg("Multiple closures not supported yet");
+ vim_free(pt);
goto failed;
}
tv->v_type = VAR_PARTIAL;