mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
ITS#9124 BerElement sits on the stack
This commit is contained in:
parent
2a301c3040
commit
8550e91fcc
1 changed files with 0 additions and 2 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue