mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Plug memory leak from ldap_<first/next>_attribute().
This commit is contained in:
parent
9ee8efb025
commit
6e82d5b45e
@ -1543,6 +1543,7 @@ print_entry(
|
||||
}
|
||||
ber_bvecfree( bvals );
|
||||
}
|
||||
ldap_memfree( a );
|
||||
}
|
||||
|
||||
if( ber != NULL ) {
|
||||
|
Loading…
Reference in New Issue
Block a user