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:
parent
112f318551
commit
d2aed44c77
@ -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
|
||||
|
||||
|
@ -714,6 +714,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
533,
|
||||
/**/
|
||||
532,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user