]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9124 BerElement sits on the stack
authorOndřej Kuzník <ondra@mistotebe.net>
Fri, 3 Jan 2020 10:52:12 +0000 (10:52 +0000)
committerOndřej Kuzník <ondra@mistotebe.net>
Fri, 3 Jan 2020 11:49:17 +0000 (11:49 +0000)
servers/slapd/cancel.c

index a9900140527826d5e73a290c80e6feea983f8142..62531d770114d431ded8525f6b5c7c64c1871929 100644 (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 );