1
0
forked from aniani/vim

patch 8.0.1759: memory leak from duplicate options

Problem:    Memory leak from duplicate options. (Yegappan Lakshmanan)
Solution:   Don't set the default value twice.
This commit is contained in:
Bram Moolenaar
2018-04-24 20:23:56 +02:00
parent 24a2d7264f
commit 09d1d51df5
2 changed files with 18 additions and 10 deletions

View File

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