Subj : problem on JS_GetStringBytes(str) To : netscape.public.mozilla.jseng From : "lyg" Date : Tue Feb 17 2004 11:45 am when i call the JS_GetStringBytes(str), the js engine call DefaultAllocTable() in which there is a malloc operation, but DefaultFreeTable() in which there is a free operation have never been called when i exit my app. Why? When and how the DefaultFreeTable() is called? thanksŁĄ .