diff --git a/src/os_win32.c b/src/os_win32.c index ff11777220..7930957ad3 100644 --- a/src/os_win32.c +++ b/src/os_win32.c @@ -4866,7 +4866,10 @@ mch_call_shell_terminal( argvar[1].v_type = VAR_UNKNOWN; buf = term_start(argvar, NULL, &opt, TERM_START_SYSTEM); if (buf == NULL) + { + vim_free(newcmd); return 255; + } job = term_getjob(buf->b_term); ++job->jv_refcount; diff --git a/src/version.c b/src/version.c index ee8a4d6dd4..cebd9207c1 100644 --- a/src/version.c +++ b/src/version.c @@ -779,6 +779,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1028, /**/ 1027, /**/