20 Sep
2004
20 Sep
'04
1:24 a.m.
On Sun, 2004-09-19 at 13:39, MenTaLguY wrote:
It may be simpler to set GC_finalize_on_demand to 0 in Inkscape::GC::init (so finalizers get called immediately), and not bother with GC_invoke_finalizers().
I just checked in this change to CVS.
This does not help unfortunately.
BTW, I realized the uncollected memory sizes that I reported to you were about 2Mb per each export. Which is about 0.5% of the total memory. So even if this gets collected, it won't affect much the 5% grab that happens on each export.