|
Some of these were fixed on trunk, r3242.
There are still leaks left, most notably in OpenLayers.Layer.Vector (can be seen with Drip in the WFS-T demo). Openlayers issue tracking memory leaks is: http://trac.openlayers.org/ticket/369
Many memory leaks have been identified and fixed. This bug should not be categorized as blocker any more.
|
|||||||||||||||||||||||||||||||||||||||||||||
The offending code is:
this.disabledImage = document.createElement("IMG");
this.enabledImage = document.createElement("IMG");
Here the two img elements are created. But they are never destroyed.
Apperently this also prevents the button <a> elements to get destroyed and also the buttonbar div.