### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of the reqifsharp - [x] I have searched [open](https://github.com/STARIONGROUP/reqifsharp/issues) and [closed](https://github.com/STARIONGROUP/reqifsharp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description - ReqIFLoaderService.cs:157 — reassigns sourceStream without disposing the previous one; leaks a full in-memory copy on every reload. - ReqIFLoaderService.cs:159-186 — deserializationStream disposed only on success; leaks if deserialize throws. <!-- Thanks for reporting the issue to reqifsharp! -->
Prerequisites
Description
copy on every reload.