MFC: r264418
Avoid double free in f_acl(). CID: 1018508 Found with: Coverity Prevent(tm)
This commit is contained in:
parent
37a4748dfc
commit
daa5b9ec25
@ -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…
x
Reference in New Issue
Block a user