google-code-export / tatami

Automatically exported from code.google.com/p/tatami
1 stars 1 forks source link

VirtualGroup.remove(GraphicObject object, boolean silently) not free memory #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
group.remove(shape1, false);
shape1= null;

shape1= new Text("test");
shape1.translate(0, 50);
group.add(shape1);

What is the expected output? What do you see instead?
the memory occupied by the page keeps growing (in
chrome, ie and firefox) 

What version of the product are you using? On what operating system?
1.4

Please provide any additional information below.

Original issue reported on code.google.com by JamesLuo...@gmail.com on 20 Feb 2010 at 11:35