I'm building a web
app that uses DynAPI v2 and I'm having a huge problem with memory leaks.
As I make changes, I have to reload the page quite a few times. After about 10 -
12 reloads, the browser has a 50+ MB footprint on the memory. I've tried setting
the DynAPI.onUnload event to call DynAPI.document.deleteAllChildren, but that
seems to actually add to the memory footprint. I can recreate this problem
on both IE 5.01 and NS 4.75.
Any ideas how to
keep the memory leak from growing like a cancer?
Jon