Hi!

Is it the correct behavior that the following statement
is not releasing the memory for the cloned node?

        Node clonedNode = someNode.cloneNode(true);
        clonedNode = null;

Besides the owner Document, what is linked to the cloned
node?
How can I restore the memory the cloned node is occupying
or how can I delete it?

Is it perhaps a bug?


Thanks,
/Christian Lizell


PS.
        My apologies if this is a double posting.
DS.

Reply via email to