mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
More abandon paranoia
This commit is contained in:
parent
5829eb44a1
commit
fdb3443366
@ -79,6 +79,9 @@ slap_op_free( Operation *op, void *ctx )
|
||||
|
||||
assert( LDAP_STAILQ_NEXT(op, o_next) == NULL );
|
||||
|
||||
/* paranoia */
|
||||
op->o_abandon = 1;
|
||||
|
||||
if ( op->o_ber != NULL ) {
|
||||
ber_free( op->o_ber, 1 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user