Re: Do I use gdome_di_freeDoc?

Luca Padovani <[email protected]> Tue, 21 Jan 2003 13:02:17 +0100 (CET)
Newsgroups gmane.comp.gnome.gdome
Message-ID <[email protected]>
On Tue, 21 Jan 2003, Mr H. Morgan wrote:
> I have done this, and you are right, the memory left uncleared does not
> increase with the size of the DOM tree.  I guess I just have to live
> with it.

glib eats some memory at startup that is never released. Given that gdome2
uses glib, some (or all?) of this unreleased memory may be glib's
responsibility.

-- luca