Skip to content
Snippets Groups Projects
Commit 0836855e authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

More abandon paranoia

parent 291fcdc6
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment