1
0
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:
Samuel Cabrero 2014-11-10 16:06:45 +01:00 committed by Garming Sam
parent 5f47ca786e
commit afe6e576b9

View File

@ -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: