diff --git a/src/ex_cmds.c b/src/ex_cmds.c index b23f158f4f..c2b600c5b6 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -6574,6 +6574,7 @@ ex_helptags(eap) if (dirname == NULL || !mch_isdir(dirname)) { EMSG2(_("E150: Not a directory: %s"), eap->arg); + vim_free(dirname); return; } diff --git a/src/version.c b/src/version.c index 3792aa05b0..73c1b8f64e 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 922, /**/ 921, /**/