Avoid double free in f_acl().
CID: 1018508 Found with: Coverity Prevent(tm) MFC after: 1 week
This commit is contained in:
parent
310c8f3c99
commit
2545695e6a
@ -404,7 +404,6 @@ f_acl(PLAN *plan __unused, FTSENT *entry)
|
||||
acl_free(facl);
|
||||
if (ret) {
|
||||
warn("%s", entry->fts_accpath);
|
||||
acl_free(facl);
|
||||
return (0);
|
||||
}
|
||||
if (trivial)
|
||||
|
Loading…
Reference in New Issue
Block a user