mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Plug idl leakage
This commit is contained in:
parent
5aefca3be1
commit
6dd25ba1e6
@ -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 New Issue
Block a user