mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 21:04:45 -05:00
seems to be leaking a ber
This commit is contained in:
parent
3ff7138cb2
commit
2b639068b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue