changeset 8544:b4850f705181 v7.4.1562

commit https://github.com/vim/vim/commit/9eb3bb2930f804c1d428ea4527e136ac9cd9da43 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 14 23:45:35 2016 +0100 patch 7.4.1562 Problem: ":helptags ALL" crashes. (Lcd) Solution: Don't free twice.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 00:00:05 +0100
parents 21c8775575de
children 27d347100acf
files src/ex_cmds.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -6859,7 +6859,6 @@ do_helptags(char_u *dirname, int add_hel
 	    || filecount == 0)
     {
 	EMSG2("E151: No match: %s", NameBuff);
-	vim_free(dirname);
 	return;
     }
 
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1562,
+/**/
     1561,
 /**/
     1560,