Subj : memory leak To : netscape.public.mozilla.jseng From : "lyg" Date : Fri Mar 19 2004 02:46 pm in my app, memory leak often happened in static Bigint *Balloc(int32 k) in jsdtoa.c It seems that the malloced memery is not freed, is this a bug or because I don't Call api to free it ? i suppose the problem is concerned with "static Bigint *freelist[Kmax+1]" in jsdtoa.c;" .