mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
plug one-time leak
This commit is contained in:
parent
00fe7f1a7c
commit
18bf64a726
@ -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…
x
Reference in New Issue
Block a user