diff --git a/src/version.c b/src/version.c index 6c519cb345..cd410bfed3 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 338, /**/ 337, /**/ diff --git a/src/vim9compile.c b/src/vim9compile.c index a4525ca0c1..2e0c2ffa84 100644 --- a/src/vim9compile.c +++ b/src/vim9compile.c @@ -5227,11 +5227,15 @@ delete_instr(isn_T *isn) break; case ISN_PUSHJOB: +#ifdef FEAT_JOB_CHANNEL job_unref(isn->isn_arg.job); +#endif break; case ISN_PUSHCHANNEL: +#ifdef FEAT_JOB_CHANNEL channel_unref(isn->isn_arg.channel); +#endif break; case ISN_UCALL: