mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Plug memory leak
This commit is contained in:
parent
5e343548ab
commit
4e4818771c
1 changed files with 1 additions and 0 deletions
|
|
@ -588,6 +588,7 @@ void slap_sasl2dn( Connection *conn,
|
|||
}
|
||||
|
||||
rc = slap_parseURI( ®out, &dn, &scope, &filter );
|
||||
if( regout.bv_val ) ch_free( regout.bv_val );
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
goto FINISHED;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue