
27 Jun
2005
27 Jun
'05
8 a.m.
That would be this one: { GC_malloc Addrcheck:Leak fun:malloc fun:_ZnwjN8Inkscape2GC10ScanPolicyENS0_16CollectionPolicyEPFvPvS3_ES3_ }
Hmm, that works? When garbage collection is disabled, operator new always calls malloc(), not GC_malloc()...
Yes. The first line is simply a name, the last two are significant.
ralf