I have an application which makes heavy use of events, closures, and image replacement
which makes it subject to the DOM-JS memory leak issues. I must admit I'm having a bit of
trouble wrapping my brain around how to code in such away to avoid these leaks!
I went looking for a tool to help locate these leaks, but the only one I found was Drip, which
only runs under MSIE. My particular application is for internal use, and will only be used
under Mozilla/Firefox/Safari, so I've made no attempt at compatibility with MSIE.
Is anyone aware of any tools for Firefox and/or Safari? If no tools exist, what methods do
people use to monitor for such leaks?
-p.
.