mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
seems to be leaking a ber
This commit is contained in:
parent
3ff7138cb2
commit
2b639068b6
@ -1145,6 +1145,7 @@ send_pagerequest_response(
|
||||
NULL, NULL, NULL, ctrls, nentries );
|
||||
|
||||
done:
|
||||
(void) ber_free( ber, 1 );
|
||||
if ( ctrls[0]->ldctl_value.bv_val ) {
|
||||
ch_free( ctrls[0]->ldctl_value.bv_val );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user