https://github.com/code-423n4/2024-02-althea-liquid-infrastructure/blob/bd6ee47162368e1999a0a5b8b17b701347cf9a7d/liquid-infrastructure/contracts/LiquidInfrastructureERC20.sol#L413C2-L434C6
The releaseManagedNFT function transfers the NFT to a selected address. It, however, doesnt check or withdraw the ERC20 token balances in the NFT before transferring. Doing this can lead to loss of these tokens if they had not been withdrawn from the NFT before transfer. 
Consider adding a check for the withdrawERC20s balance and a call to the withdrawFromManagedNFTs function before transferring the NFT.
