diff --git a/src/version.c b/src/version.c index 101036f803..9b53528bf9 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2835, /**/ 2834, /**/ diff --git a/src/vim9compile.c b/src/vim9compile.c index 607f651d90..ead193f38e 100644 --- a/src/vim9compile.c +++ b/src/vim9compile.c @@ -9641,6 +9641,7 @@ delete_instr(isn_T *isn) break; case ISN_CEXPR_CORE: + vim_free(isn->isn_arg.cexpr.cexpr_ref->cer_cmdline); vim_free(isn->isn_arg.cexpr.cexpr_ref); break;