mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 05:43:01 -05:00
Plug memory leak
This commit is contained in:
parent
486bfe7e17
commit
5949d65b57
1 changed files with 2 additions and 0 deletions
|
|
@ -368,6 +368,8 @@ searchit:
|
|||
? LDAP_SCOPE_BASE
|
||||
: LDAP_SCOPE_SUBTREE );
|
||||
|
||||
ber_bvarray_free( erefs );
|
||||
|
||||
send_search_reference( op, rs );
|
||||
|
||||
ber_bvarray_free( rs->sr_ref );
|
||||
|
|
|
|||
Loading…
Reference in a new issue