Plug idl leakage

This commit is contained in:
Kurt Zeilenga 2001-06-23 05:05:08 +00:00
parent 5aefca3be1
commit 6dd25ba1e6

View File

@ -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;
}