Closed marcelgoldstein closed 2 years ago
Desired behavior: The allocated RAM from the ResultView is free when the view got closed.
Current behavior: The allocated RAM from a closed ResultView gets free when a new ResultView-Instance is opened. Observable in VS and TaskManager.
The RAM seems to be collected by GC just fine. It just doesn't happen right after you close the results window immediatly. Forcing the "GC.Collection()" is generally no good practice.
Wont fix.
Desired behavior: The allocated RAM from the ResultView is free when the view got closed.
Current behavior: The allocated RAM from a closed ResultView gets free when a new ResultView-Instance is opened. Observable in VS and TaskManager.