mirror of
https://github.com/samba-team/samba.git
synced 2025-12-04 08:23:50 +03:00
r19950: talloc_destroy is replaced these days
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fd429c8c06
commit
b6bf2e4267
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user