To: vim_dev@googlegroups.com Subject: Patch 7.4.1562 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1562 Problem: ":helptags ALL" crashes. (Lcd) Solution: Don't free twice. Files: src/ex_cmds.c *** ../vim-7.4.1561/src/ex_cmds.c 2016-03-12 21:28:22.238433457 +0100 --- src/ex_cmds.c 2016-03-14 23:40:45.728242628 +0100 *************** *** 6859,6865 **** || filecount == 0) { EMSG2("E151: No match: %s", NameBuff); - vim_free(dirname); return; } --- 6859,6864 ---- *** ../vim-7.4.1561/src/version.c 2016-03-14 23:27:25.256676749 +0100 --- src/version.c 2016-03-14 23:45:20.025353647 +0100 *************** *** 745,746 **** --- 745,748 ---- { /* Add new patch number below this line */ + /**/ + 1562, /**/ -- You have the right to remain silent. Anything you say will be misquoted, then used against you. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///