From: Bram Moolenaar Date: Sun, 17 Aug 2008 21:44:45 +0000 (+0000) Subject: updated for version 7.2-002 X-Git-Tag: v7.2.002 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acbd44270953c4308b545b1cd1cfbbb2e9e7dd55;p=vim updated for version 7.2-002 --- 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, /**/