summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDenton Cockburn <kanielc@gmail.com>2015-01-31 11:22:57 -0500
committerDenton Cockburn <kanielc@gmail.com>2015-01-31 11:22:57 -0500
commitf2d0231898a4537218656867e9356e09d05d3a85 (patch)
treebb6e08bb3bd17337400025e9b9b53c3d6450fc8c /README.md
parent5d7098c629bbb7cc0ab7e74c235bd4afca3de24e (diff)
downloadscala-f2d0231898a4537218656867e9356e09d05d3a85.tar.gz
scala-f2d0231898a4537218656867e9356e09d05d3a85.tar.bz2
scala-f2d0231898a4537218656867e9356e09d05d3a85.zip
SI-9095 Memory leak in LinkedHasMap and LinkedHashSet
The clear() method in scala.collection.mutable.LinkedHashSet and scala.collection.mutable.LinkedHashMap does not set lastEntry to null. In result it holds a reference to an object that was removed from the collection.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions