diff --git a/src/evalvars.c b/src/evalvars.c index 7cdef3f5ca..16dcb02824 100644 --- a/src/evalvars.c +++ b/src/evalvars.c @@ -949,6 +949,7 @@ heredoc_get(exarg_T *eap, char_u *cmd, int script_get, int vim9compile) { vim_free(theline); vim_free(text_indent); + list_free(l); return FAIL; } count++; diff --git a/src/version.c b/src/version.c index 4ad24ed111..6e93333a3b 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 105, /**/ 104, /**/