mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
safe defaults
This commit is contained in:
parent
798289fd50
commit
e8c264b1f6
1 changed files with 2 additions and 0 deletions
|
|
@ -650,9 +650,11 @@ cleanup:
|
|||
|
||||
if( op->o_req_dn.bv_val != NULL ) {
|
||||
free( op->o_req_dn.bv_val );
|
||||
op->o_req_dn.bv_val = NULL;
|
||||
}
|
||||
if( op->o_req_ndn.bv_val != NULL ) {
|
||||
free( op->o_req_ndn.bv_val );
|
||||
op->o_req_ndn.bv_val = NULL;
|
||||
}
|
||||
|
||||
return rs->sr_err;
|
||||
|
|
|
|||
Loading…
Reference in a new issue