LenderPool.terminate(uint256,address) (PooledCreditLine/LenderPool.sol#394-409)
deletes LenderPool.LenderPoolVariables (PooledCreditLine/LenderPool.sol#100-107) which contains a mapping:
This is expected - we cannot iterate over the lender's mapping and delete it. Since this data is stored per id, there is no risk of reusing a mapping as well
M-02:
LenderPool.terminate(uint256,address) (PooledCreditLine/LenderPool.sol#394-409) deletes LenderPool.LenderPoolVariables (PooledCreditLine/LenderPool.sol#100-107) which contains a mapping:
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#deletion-on-mapping-containing-a-structure