diff --git a/src/mark.c b/src/mark.c index 276391743c578..6a7ab00d8bf8e 100644 --- a/src/mark.c +++ b/src/mark.c @@ -900,7 +900,10 @@ ex_jumps(exarg_T *eap UNUSED) // apply :filter /pat/ or file name not available if (name == NULL || message_filtered(name)) + { + vim_free(name); continue; + } msg_putchar('\n'); if (got_int) diff --git a/src/version.c b/src/version.c index fc8fe1b29dd45..9572886632a08 100644 --- a/src/version.c +++ b/src/version.c @@ -783,6 +783,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 833, /**/ 832, /**/