diff --git a/src/eval.c b/src/eval.c index 85c4031545..59cfd1292c 100644 --- a/src/eval.c +++ b/src/eval.c @@ -21457,6 +21457,7 @@ ex_function(eap) if (STRCMP(((char_u **)(newargs.ga_data))[i], arg) == 0) { EMSG2(_("E853: Duplicate argument name: %s"), arg); + vim_free(arg); goto erret; } diff --git a/src/version.c b/src/version.c index 9c9586b127..9c0945e257 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 */ +/**/ + 192, /**/ 191, /**/