comparison src/version.c @ 7119:6bc1695b7f11 v7.4.871

commit https://github.com/vim/vim/commit/7b256fe7445b46929f660ea74e9090418f857696 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 15 19:05:59 2015 +0200 patch 7.4.871 Problem: Vim leaks memory, when 'wildignore' filters out all matches. Solution: Free the files array when it becomes empty.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Sep 2015 19:15:04 +0200
parents 9946e87686c8
children a497a9868255
comparison
equal deleted inserted replaced
7118:b32e6e4f7aaf 7119:6bc1695b7f11
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 871,
744 /**/ 746 /**/
745 870, 747 870,
746 /**/ 748 /**/
747 869, 749 869,
748 /**/ 750 /**/