diff --git a/src/userfunc.c b/src/userfunc.c index 2bae9ef90c..cc41eed7cb 100644 --- a/src/userfunc.c +++ b/src/userfunc.c @@ -574,6 +574,7 @@ get_lambda_tv( { if (types_optional) ga_clear_strings(&argtypes); + ga_clear_strings(&newargs); return white_error ? FAIL : NOTDONE; } *arg = s; diff --git a/src/version.c b/src/version.c index 6178cae1b2..63e5badbce 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2220, /**/ 2219, /**/