More abandon paranoia

This commit is contained in:
Howard Chu 2011-08-24 14:57:36 -07:00
parent 5829eb44a1
commit fdb3443366

View File

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