Use charray_free to free alist charray

This commit is contained in:
Kurt Zeilenga 1998-12-29 23:23:21 +00:00
parent 695508813d
commit 25f2f9dd70

View file

@ -160,7 +160,7 @@ parse_acl(
alist = str2charray( right, "," );
charray_merge( &a->acl_attrs, alist );
free( alist );
charray_free( alist );
} else {
fprintf( stderr,
"%s: line %d: expecting <what> got \"%s\"\n",