0
0
mirror of https://github.com/vim/vim.git synced 2025-10-16 07:24:23 -04:00

patch 7.4.2277

Problem:    Memory leak in getbufinfo() when there is a sign. (Dominique
            Pelle)
Solution:   Remove extra vim_strsave().
This commit is contained in:
Bram Moolenaar
2016-08-28 14:11:24 +02:00
parent 1773ddfdcd
commit 6a402edbeb
2 changed files with 3 additions and 2 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2277,
/**/
2276,
/**/