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

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