1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

s3:dsdb/repl_meta_data: fix possible memleak on error in replmd_modify_la_add()

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12967

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher 2023-03-01 21:04:56 +01:00 committed by Andrew Bartlett
parent bd3596233f
commit f9391ec448

View File

@ -2719,6 +2719,7 @@ static int replmd_modify_la_add(struct ldb_module *module,
ret = really_parse_trusted_dn(tmp_ctx, ldb, next,
schema_attr->syntax->ldap_oid);
if (ret != LDB_SUCCESS) {
talloc_free(tmp_ctx);
return ret;
}
}