mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
plug one-time leak
This commit is contained in:
parent
00fe7f1a7c
commit
18bf64a726
1 changed files with 3 additions and 0 deletions
|
|
@ -1344,6 +1344,9 @@ getNextPage:
|
|||
if ( derefval.bv_val != NULL ) {
|
||||
ldap_memfree( derefval.bv_val );
|
||||
}
|
||||
if ( def_urlpre != NULL ) {
|
||||
ber_memfree( def_urlpre );
|
||||
}
|
||||
|
||||
if ( c ) {
|
||||
for ( ; save_nctrls-- > 0; ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue