diff --git a/src/misc2.c b/src/misc2.c index 165b65bbea..19b99e2b46 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -1037,7 +1037,9 @@ free_all_mem() /* Free some global vars. */ vim_free(username); +# ifdef FEAT_CLIPBOARD vim_free(clip_exclude_prog); +# endif vim_free(last_cmdline); vim_free(new_last_cmdline); set_keep_msg(NULL, 0); diff --git a/src/version.c b/src/version.c index 9ab42f8b9d..26d6b6cf86 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 */ +/**/ + 137, /**/ 136, /**/