-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
The RangeDeleter destructor walks several internal data structures and deletes all of the objects owned by those data structures.
However, the _statsHistory std::deque is not walked, so any DeleteJobStats objects held within the deque are leaked.
For normal operations, the RangeDeleter is an immortal singleton, so the impact of this bug is slight, but when a RangeDeleter is used in unit tests, the leak is apparent.