mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 00:14:25 -05:00
Plug idl leakage
This commit is contained in:
parent
5aefca3be1
commit
6dd25ba1e6
1 changed files with 2 additions and 0 deletions
|
|
@ -655,6 +655,7 @@ approx_candidates(
|
|||
save = idl;
|
||||
idl = idl_intersection( be, idl, tmp );
|
||||
idl_free( save );
|
||||
idl_free( tmp );
|
||||
|
||||
if( idl == NULL ) break;
|
||||
}
|
||||
|
|
@ -897,6 +898,7 @@ substring_candidates(
|
|||
save = idl;
|
||||
idl = idl_intersection( be, idl, tmp );
|
||||
idl_free( save );
|
||||
idl_free( tmp );
|
||||
|
||||
if( idl == NULL ) break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue