mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Plug leak (coverity)
This commit is contained in:
parent
04591c4706
commit
bf4ed09c5e
1 changed files with 1 additions and 0 deletions
|
|
@ -1438,6 +1438,7 @@ ldap_chase_referrals( LDAP *ld,
|
|||
id, sref, srv, &rinfo.ri_request );
|
||||
|
||||
if ( ber == NULL ) {
|
||||
ldap_free_urllist( srv );
|
||||
return -1 ;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue