In several Classes you can find :
myDictionary = new Dictionary ( true )
myDictionary[obj] = obj
Though the key reference to obj is weak, the value one is not. So
myDictionary will prevent garbage collection of obj...
Some memory leaks are caused by that.
Original issue reported on code.google.com by Krob...@gmail.com on 3 Nov 2008 at 10:26
Original issue reported on code.google.com by
Krob...@gmail.com
on 3 Nov 2008 at 10:26