-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
In ListeningSockets::closeAll, replacement instances of the two sets are created. While the old instances are walked and owned pointers are deleted, the old data structure objects themselves are leaked.
This is unlikely to adversely affect real world code but does create memory leaks in some tests.