Changes between Initial Version and Version 1 of Ticket #2200
- Timestamp:
- 06/23/14 15:23:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2200 – Description
initial v1 1 If an algorithm is paused and prepared without stopping it before the ClearState method of IStatefulItems is not executed, because the algorithm never reaches the stopped state. As a result all ThreadLocal objects of LookupParameters (cachesActualValues, executionContexts) and Operators (executionContexts) are not disposed correctly, which could result in a memory leak.1 If an algorithm is paused and then prepared the ClearState method of IStatefulItems is not executed. The algorithm never reaches the stopped state in which ClearState is called. As a result all ThreadLocal objects of LookupParameters (cachesActualValues, executionContexts) and Operators (executionContexts) are not disposed correctly, which could result in a memory leak.