diff --git a/src/eval.c b/src/eval.c index 29bec6f462..61654345eb 100644 --- a/src/eval.c +++ b/src/eval.c @@ -18811,6 +18811,7 @@ ex_function(eap) if (dict_add(fudi.fd_dict, fudi.fd_di) == FAIL) { vim_free(fudi.fd_di); + vim_free(fp); goto erret; } } diff --git a/src/version.c b/src/version.c index 7e0b557c70..4851f8974c 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 63, /**/ 62, /**/