1
0
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:
Volker Lendecke 2006-11-29 15:46:57 +00:00 committed by Gerald (Jerry) Carter
parent 4a42371c20
commit 5893c0215d

View File

@ -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;
}