I have a plugin/activex built with Firebreath (don't know which version, I think at least 1.6 - if somebody tells me where to look I'll update here).
In IE8, but not in IE9 or Chrome, memory usage grows by several MB on each page refresh.
My suspicion is that this means I have a circular structure in javascript, which is also holding a reference to the plugin. Or to the DOM element that contains the plugin? We don't build anything 'big' in javascript, so my focus falls on the (several MBs of) DLLs that comprise the plugin. Is that a reasonable idea? What else might cause this and/or how do I debug it?