Subj : Re: JS_GC behaviour changed in rc5 ??? To : netscape.public.mozilla.jseng From : Shanti Rao Date : Fri Feb 07 2003 11:11 am Franky, Are you calling JS_ShutDown() at the end of your program? Shanti Franky Braem wrote: > "Brendan Eich" wrote in message > news:3E428F85.7020506@meer.net... > > >>It's quite possible something broke. Can you show a minimal test-app >>(like a stripped down js.c) that demonstrates the problem you see in >>rc5, that was not in rc4? Thanks. >> > > > That's going to be difficult. I only have this problem when I use the > wxListCtrl (from wxJS) object in a script. All other scripts works fine. It > has something to do with strings, but I can't demonstrate it with another > script. From now on I use JS_GC before JS_DestroyContext. > > Franky. > > .