Avoid double free in f_acl().

CID:		1018508
Found with:	Coverity Prevent(tm)
MFC after:	1 week
This commit is contained in:
Christian Brueffer 2014-04-13 19:48:51 +00:00
parent 310c8f3c99
commit 2545695e6a

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)