diff --git a/src/undo.c b/src/undo.c index d01ca9b85f..ec06f3122c 100644 --- a/src/undo.c +++ b/src/undo.c @@ -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 diff --git a/src/version.c b/src/version.c index 68f5803de7..13c59e2087 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 533, /**/ 532, /**/