1
0
forked from aniani/vim

updated for version 7.4.560

Problem:    Memory leak using :wviminfo. Issue 296.
Solution:   Free memory when needed. (idea by Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2014-12-17 21:00:49 +01:00
parent fc3f23bedf
commit e88b0033f6
2 changed files with 50 additions and 16 deletions

View File

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