From fa08f65632effd4723ab5e3011f41f179f4211a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Fri, 3 Jan 2020 10:52:12 +0000 Subject: [PATCH] ITS#9124 BerElement sits on the stack --- servers/slapd/cancel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/servers/slapd/cancel.c b/servers/slapd/cancel.c index a17e0857cc..49e0c3e375 100644 --- a/servers/slapd/cancel.c +++ b/servers/slapd/cancel.c @@ -57,8 +57,6 @@ int cancel_extop( Operation *op, SlapReply *rs ) return LDAP_PROTOCOL_ERROR; } - (void) ber_free( ber, 1 ); - Statslog( LDAP_DEBUG_STATS, "%s CANCEL msg=%d\n", op->o_log_prefix, opid, 0, 0, 0 ); -- 2.47.2