Subj : garbage collector To : netscape.public.mozilla.jseng From : Thibaut Date : Thu Apr 22 2004 08:16 pm Hi, i use JS_defineObject to instanciate objects. I have apparently memory leaks ( the message i get is below, i'm using visual c++) is it normal ? i thought there was a garbage collector in spidermonkey . Thibaut Detected memory leaks! Dumping objects -> {1416} normal block at 0x00319DF0, 64 bytes long. Data: < > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 {1415} normal block at 0x00319E60, 32 bytes long. Data: < 1 > F0 9D 31 00 00 00 00 00 1C 00 00 00 20 93 09 10 {221} normal block at 0x00302240, 64 bytes long. Data: < > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 {220} normal block at 0x003022B0, 32 bytes long. Data: <@"0 > 40 22 30 00 00 00 00 00 1C 00 00 00 F2 13 00 10 Object dump complete. The thread 0x66C has exited with code 0 (0x0). .