mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Fix previous commit
This commit is contained in:
parent
0039cb2a37
commit
ef62c618d7
@ -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 New Issue
Block a user