Fix previous commit

This commit is contained in:
Howard Chu 2001-12-28 08:01:01 +00:00
parent 0039cb2a37
commit ef62c618d7

View File

@ -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;
}