1
0
forked from aniani/vim

updated for version 7.3.533

Problem:    Memory leak when writing undo file.
Solution:   Free the ACL. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar 2012-06-01 13:46:12 +02:00
parent 112f318551
commit d2aed44c77
2 changed files with 3 additions and 0 deletions

View File

@ -1535,6 +1535,7 @@ write_error:
/* For systems that support ACL: get the ACL from the original file. */
acl = mch_get_acl(buf->b_ffname);
mch_set_acl(file_name, acl);
mch_free_acl(acl);
}
#endif

View File

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