1
0
forked from aniani/vim

updated for version 7.4.533

Problem:    ":hardcopy" leaks memory in case of errors.
Solution:   Free memory in all code paths. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2014-11-27 17:37:57 +01:00
parent a3dfccc6e9
commit 0a38396937
2 changed files with 19 additions and 17 deletions

View File

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