ITS#9124 BerElement sits on the stack

This commit is contained in:
Ondřej Kuzník 2020-01-03 10:52:12 +00:00
parent 2a301c3040
commit 8550e91fcc

View File

@ -57,8 +57,6 @@ int cancel_extop( Operation *op, SlapReply *rs )
return LDAP_PROTOCOL_ERROR;
}
(void) ber_free( ber, 1 );
Debug( LDAP_DEBUG_STATS, "%s CANCEL msg=%d\n",
op->o_log_prefix, opid );