diff --git a/src/menu.c b/src/menu.c index 94e5938d7..7d4839fda 100644 --- a/src/menu.c +++ b/src/menu.c @@ -1120,6 +1120,7 @@ show_menus(path_name, modes) parent = menu; menu = menu->children; } + vim_free(path_name); /* Now we have found the matching menu, and we list the mappings */ /* Highlight title */ diff --git a/src/version.c b/src/version.c index c8565c447..6730cc0fd 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2, /**/ 1, /**/