mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
Fix previous commit
This commit is contained in:
parent
0039cb2a37
commit
ef62c618d7
1 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ do_delete(
|
|||
|
||||
cleanup:
|
||||
free( dn.bv_val );
|
||||
if( pdn.bv_val != NULL ) ber_bvfree( pdn.bv_val );
|
||||
if( ndn.bv_val != NULL ) ber_bvfree( ndn.bv_val );
|
||||
free( pdn.bv_val );
|
||||
free( ndn.bv_val );
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue