Hi,
I'm wondering how the DOM nodes are are memory managed. AFAICS, the NodeImpl's dispose() method is never called.
As an example, GeckoEditor's "document" field doesn't seem to ever be disposed.
Thanks, Carsten
Hi Carsten ,
You're right. It is something that should be taken into account (via finalize ?).
Best regards, Max
Log in to post a comment.
Hi,
I'm wondering how the DOM nodes are are memory managed. AFAICS, the NodeImpl's dispose() method is never called.
As an example, GeckoEditor's "document" field doesn't seem to ever be disposed.
Thanks,
Carsten
Hi Carsten ,
You're right. It is something that should be taken into account (via finalize ?).
Best regards,
Max