Skip to content
Snippets Groups Projects
Commit 2c68cb41 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

this memory will be freed by free()

parent a4c5f546
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment