mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r19950: talloc_destroy is replaced these days
(This used to be commit b6bf2e4267
)
This commit is contained in:
parent
4a42371c20
commit
5893c0215d
@ -179,8 +179,7 @@ BOOL set_share_security(const char *share_name, SEC_DESC *psd)
|
||||
out:
|
||||
|
||||
prs_mem_free(&ps);
|
||||
if (mem_ctx)
|
||||
talloc_destroy(mem_ctx);
|
||||
TALLOC_FREE(mem_ctx);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user