--- a/source3/modules/vfs_solarisacl.c 2021-03-01 05:09:46.000000000 -0500 +++ b/source3/modules/vfs_solarisacl.c 2021-07-22 14:51:10.525941380 -0400 @@ -293,7 +293,7 @@ DEBUG(10, ("solarisacl_sys_acl_set_fd %s.\n", ((ret == 0) ? "succeeded" : "failed" ))); SAFE_FREE(solaris_acl); - SAFE_FREE(default_acl); + SAFE_FREE(other_acl); return ret; }