Hi ! my standalone windows application performs a lot of recursivity functions (for frames, nodes...), and it allocates many nsString variables in these functions. I tried to release them with "nsMemory::free()" or "free", but it crashes (because of recursivity ??). And if i don't think to release them, it remains many "leaks" (about 320 000 for two pages loaded only) at the end when my application exits. So i believe my heap memory will crash very soon.
Any idea about a solution ? Thanks a lot. -- B�atrice Philippe [EMAIL PROTECTED] _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
