mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
this memory will be freed by free()
This commit is contained in:
parent
a4c5f54601
commit
2c68cb41f6
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ ldap_build_entry(
|
|||
attr->a_desc->ad_type->sat_syntax,
|
||||
attr->a_desc->ad_type->sat_equality,
|
||||
&attr->a_vals[i], &attr->a_nvals[i],
|
||||
op->o_tmpmemctx );
|
||||
NULL /* op->o_tmpmemctx */ );
|
||||
}
|
||||
attr->a_nvals[i].bv_val = NULL;
|
||||
attr->a_nvals[i].bv_len = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue