nfs4acls: Fix a small memleak
commit173dca482b87c10bc68c8c2f55a9983f15e04c73
authorVolker Lendecke <vl@samba.org>
Tue, 11 Aug 2015 12:16:04 +0000 (11 14:16 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 13 Aug 2015 12:40:16 +0000 (13 14:40 +0200)
treef4a694a5bfc5b79dd39fb8381b3e448822591888
parent9287b6788d69f7fc481a4c857ba1e7646544072f
nfs4acls: Fix a small memleak

We don't need the nt_ace_list beyond this function, make_sec_acl makes
a copy and make_sec_desc makes another one

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/modules/nfs4_acls.c