MFC: r264418

Avoid double free in f_acl().

CID:		1018508
Found with:	Coverity Prevent(tm)
This commit is contained in:
brueffer 2014-04-22 21:13:25 +00:00
parent 37a4748dfc
commit daa5b9ec25

View File

@ -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)