Subj : Re: JS_GC, JS_DestroyContext crash To : netscape.public.mozilla.jseng From : prohto@yahoo.com (Carlos F.) Date : Sun Jan 25 2004 03:25 pm Tnaks for the link. I solved the problem of GC following the example, but I dind't realy undestand how the GC works. Now I have onother cuestion, if I define properties with JS_DefineProperty, or if I create object with JS_DefineObject, is there some procedure to destroy it and release eny resource used by it, or it is enought to run JS_GC. Or JS_GC only release resouces take by executed scprits? Best regards Carlos .