Skip to content

Commit 9eb3bb2

Browse files
committed
patch 7.4.1562
Problem: ":helptags ALL" crashes. (Lcd) Solution: Don't free twice.
1 parent 39afdea commit 9eb3bb2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/ex_cmds.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6859,7 +6859,6 @@ do_helptags(char_u *dirname, int add_help_tags)
68596859
|| filecount == 0)
68606860
{
68616861
EMSG2("E151: No match: %s", NameBuff);
6862-
vim_free(dirname);
68636862
return;
68646863
}
68656864

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,8 @@ static char *(features[]) =
743743

744744
static int included_patches[] =
745745
{ /* Add new patch number below this line */
746+
/**/
747+
1562,
746748
/**/
747749
1561,
748750
/**/

0 commit comments

Comments
 (0)