mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
don't leak URL
This commit is contained in:
parent
f95fe8c756
commit
1a86e38815
1 changed files with 1 additions and 0 deletions
|
|
@ -960,6 +960,7 @@ get_search_filters( char *filename, char *filters[], char *attrs[], char *bases[
|
|||
|
||||
if ( lud->lud_dn == NULL || lud->lud_exts != NULL ) {
|
||||
filter = -filter - 1;
|
||||
ldap_free_urldesc( lud );
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue