mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
s4:dsdb: Fix not freed temp memory context
Signed-off-by: Samuel Cabrero <samuelcabrero@kernevil.me> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
5f47ca786e
commit
afe6e576b9
@ -211,6 +211,7 @@ struct dsdb_dn *dsdb_dn_parse(TALLOC_CTX *mem_ctx, struct ldb_context *ldb,
|
||||
|
||||
dsdb_dn = dsdb_dn_construct(mem_ctx, dn, bval, dn_oid);
|
||||
|
||||
talloc_free(tmp_ctx);
|
||||
return dsdb_dn;
|
||||
|
||||
failed:
|
||||
|
Loading…
x
Reference in New Issue
Block a user